Home
last modified time | relevance | path

Searched defs:device_file (Results 1 – 4 of 4) sorted by relevance

/external/tpm2-tss/test/integration/
Dtest-options.h39 const char *device_file; member
/external/libbrillo/brillo/blkdev_utils/
Dloop_device.cc67 base::FilePath device_file = sys_block_loopdev_path.Append(kDeviceIdPath); in GetDeviceNumber() local
/external/autotest/client/deps/fakegudev/src/
Dfakegudev.c401 const gchar *device_file) in g_udev_client_query_by_device_file()
/external/crosvm/devices/src/
Dvfio.rs807 pub fn device_file(&self) -> &File { in device_file() method