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.cc680 std::string device_dir_str; in GetSystemOtherPath() local
681 TEST_AND_RETURN_FALSE(GetDeviceDir(&device_dir_str)); in GetSystemOtherPath()
682 base::FilePath device_dir(device_dir_str); in GetSystemOtherPath()
809 std::string device_dir_str; in PrepareDynamicPartitionsForUpdate() local
810 TEST_AND_RETURN_FALSE(GetDeviceDir(&device_dir_str)); in PrepareDynamicPartitionsForUpdate()
811 base::FilePath device_dir(device_dir_str); in PrepareDynamicPartitionsForUpdate()
931 std::string device_dir_str; in PrepareSnapshotPartitionsForUpdate() local
932 TEST_AND_RETURN_FALSE(GetDeviceDir(&device_dir_str)); in PrepareSnapshotPartitionsForUpdate()
933 base::FilePath device_dir(device_dir_str); in PrepareSnapshotPartitionsForUpdate()
1106 std::string device_dir_str; in GetPartitionDevice() local
[all …]