Home
last modified time | relevance | path

Searched refs:device_dir_str (Results 1 – 1 of 1) sorted by relevance

/system/update_engine/aosp/
Ddynamic_partition_control_android.cc709 std::string device_dir_str; in GetSystemOtherPath() local
710 TEST_AND_RETURN_FALSE(GetDeviceDir(&device_dir_str)); in GetSystemOtherPath()
711 base::FilePath device_dir(device_dir_str); in GetSystemOtherPath()
838 std::string device_dir_str; in PrepareDynamicPartitionsForUpdate() local
839 TEST_AND_RETURN_FALSE(GetDeviceDir(&device_dir_str)); in PrepareDynamicPartitionsForUpdate()
840 base::FilePath device_dir(device_dir_str); in PrepareDynamicPartitionsForUpdate()
961 std::string device_dir_str; in PrepareSnapshotPartitionsForUpdate() local
962 TEST_AND_RETURN_FALSE(GetDeviceDir(&device_dir_str)); in PrepareSnapshotPartitionsForUpdate()
963 base::FilePath device_dir(device_dir_str); in PrepareSnapshotPartitionsForUpdate()
1136 std::string device_dir_str; in GetPartitionDevice() local
[all …]