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.cc703 std::string device_dir_str; in GetSystemOtherPath() local
704 TEST_AND_RETURN_FALSE(GetDeviceDir(&device_dir_str)); in GetSystemOtherPath()
705 base::FilePath device_dir(device_dir_str); in GetSystemOtherPath()
832 std::string device_dir_str; in PrepareDynamicPartitionsForUpdate() local
833 TEST_AND_RETURN_FALSE(GetDeviceDir(&device_dir_str)); in PrepareDynamicPartitionsForUpdate()
834 base::FilePath device_dir(device_dir_str); in PrepareDynamicPartitionsForUpdate()
954 std::string device_dir_str; in PrepareSnapshotPartitionsForUpdate() local
955 TEST_AND_RETURN_FALSE(GetDeviceDir(&device_dir_str)); in PrepareSnapshotPartitionsForUpdate()
956 base::FilePath device_dir(device_dir_str); in PrepareSnapshotPartitionsForUpdate()
1129 std::string device_dir_str; in GetPartitionDevice() local
[all …]