Home
last modified time | relevance | path

Searched defs:device_number (Results 1 – 3 of 3) sorted by relevance

/external/libbrillo/brillo/blkdev_utils/
Dloop_device_fake.cc28 int device_number; in ParseLoopDeviceNumber() local
37 base::FilePath GetLoopDevicePath(int device_number) { in GetLoopDevicePath()
45 int device_number = ParseLoopDeviceNumber(path); in StubIoctlRunner() local
108 int device_number = StubIoctlRunner(base::FilePath("/dev/loop-control"), in AttachDeviceToFile() local
121 FakeLoopDeviceManager::SearchLoopDevicePaths(int device_number) { in SearchLoopDevicePaths()
Dloop_device.cc65 int device_number = -1; in GetDeviceNumber() local
99 base::FilePath CreateDevicePath(int device_number) { in CreateDevicePath()
105 LoopDevice::LoopDevice(int device_number, in LoopDevice()
167 int device_number = -1; in AttachDeviceToFile() local
207 int device_number) { in GetAttachedDeviceByNumber()
238 LoopDeviceManager::SearchLoopDevicePaths(int device_number) { in SearchLoopDevicePaths()
267 int device_number, const base::FilePath& backing_file) { in CreateLoopDevice()
/external/libbrillo/brillo/udev/
Dudev.cc64 char type, dev_t device_number) { in CreateDeviceFromDeviceNumber()