Searched refs:GetDevicePathForFile (Results 1 – 4 of 4) sorted by relevance
35 std::string GetDevicePathForFile(android::fiemap::SplitFiemap* file);
74 auto data_device = GetDevicePathForFile(file); in OpenOrCreateMetadata()131 auto block_device = android::base::Basename(GetDevicePathForFile(file)); in FillPartitionExtents()
79 std::string GetDevicePathForFile(SplitFiemap* file) { in GetDevicePathForFile() function
194 auto device_path = GetDevicePathForFile(fw.get()); in CreateBackingImage()