Searched refs:device_dir_str (Results 1 – 1 of 1) sorted by relevance
703 std::string device_dir_str; in GetSystemOtherPath() local704 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() local833 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() local955 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 …]