Searched defs:device_file (Results 1 – 9 of 9) sorted by relevance
141 let device_file = OpenOptions::new() in try_attach() localVariable154 let device_file = OpenOptions::new().read(true).write(true).open(&path)?; in detach() localVariable
39 const char *device_file; member
67 base::FilePath device_file = sys_block_loopdev_path.Append(kDeviceIdPath); in GetDeviceNumber() local
69 let device_file = open_file_or_duplicate( in new() localVariable
358 pub fn device_file(&self) -> &File { in device_file() method
401 const gchar *device_file) in g_udev_client_query_by_device_file()
401 oneof device_file { oneof
983 let device_file = if cfg!(windows) { "NUL" } else { "/dev/zero" }; in reader_failing_io() localVariable
1882 pub fn device_file(&self) -> &File { in device_file() method