Searched refs:device_dir_str (Results 1 – 1 of 1) sorted by relevance
680 std::string device_dir_str; in GetSystemOtherPath() local681 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() local810 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() local932 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 …]