Searched refs:loopdev_path (Results 1 – 1 of 1) sorted by relevance
86 base::FilePath GetBackingFile(const base::FilePath& loopdev_path) { in GetBackingFile() argument88 base::FilePath backing_file = loopdev_path.Append(kLoopBackingFile); in GetBackingFile()243 auto loopdev_path = in SearchLoopDevicePaths() local245 if (base::PathExists(loopdev_path)) in SearchLoopDevicePaths()247 CreateLoopDevice(device_number, GetBackingFile(loopdev_path))); in SearchLoopDevicePaths()