Home
last modified time | relevance | path

Searched refs:device_file (Results 1 – 25 of 40) sorted by relevance

12

/external/tpm2-tss/test/integration/
Dsapi-test-options.c85 if (opts->device_file == NULL) { in sanity_check_test_opts()
122 test_opts->device_file = env_str; in get_test_opts_from_env()
140 printf(" device_file: %s\n", opts->device_file); in dump_test_opts()
Dtest-options.h39 const char *device_file; member
Dmain-sapi.c35 .device_file = DEVICE_PATH_DEFAULT, in main()
/external/crosvm/devices/src/platform/
Dvfio_platform.rs200 let descriptor = match self.device.device_file().try_clone() { in region_mmap()
201 Ok(device_file) => device_file.into(), in region_mmap()
230 .from_file(self.device.device_file()) in region_mmap()
313 pub fn device_file(&self) -> &File { in device_file() method
314 self.device.device_file() in device_file()
/external/autotest/client/deps/fakegudev/src/test_files/
Dfake_and_fake2.dat2 device_file=/dev/fake
6 device_file=/dev/fake2
Dfake2_parent_fake.dat2 device_file=/dev/fake
6 device_file=/dev/fake2
Dfake2.dat2 device_file=/dev/fake2
Dfake.dat2 device_file=/dev/fake
Dfake_property_foo.dat2 device_file=/dev/fake
Dfake_name.dat2 device_file=/dev/fake
Dfake_subsystem.dat2 device_file=/dev/fake
Dfake_driver.dat2 device_file=/dev/fake
Dfake_parent_null.dat2 device_file=/dev/fake
Dfake_properties.dat2 device_file=/dev/fake
Dfake_full.dat2 device_file=/dev/fake
/external/cpuinfo/scripts/
Darm-linux-filesystem-dump.py66 with open(path, "rb") as device_file:
67 content = device_file.read()
/external/perfetto/python/tools/
Drecord_android_trace.py221 device_file = device_dir + fname
223 cmd = [perfetto_cmd, '--background', '--txt', '-o', device_file]
337 adb('pull', device_file, host_file).wait()
338 adb('shell', 'rm -f ' + device_file).wait()
/external/angle/build/android/
Dlist_class_verification_failures.py119 with device_temp_file.DeviceTempFile(device.adb) as device_file:
121 ['oatdump', '--oat-file=' + odex_file, '--output=' + device_file.name],
125 device.PullFile(device_file.name, out_file, timeout=220)
/external/cronet/build/android/
Dlist_class_verification_failures.py119 with device_temp_file.DeviceTempFile(device.adb) as device_file:
121 ['oatdump', '--oat-file=' + odex_file, '--output=' + device_file.name],
125 device.PullFile(device_file.name, out_file, timeout=220)
/external/perfetto/tools/
Drecord_android_trace508 device_file = device_dir + fname
510 cmd = [perfetto_cmd, '--background', '--txt', '-o', device_file]
624 adb('pull', device_file, host_file).wait()
625 adb('shell', 'rm -f ' + device_file).wait()
/external/tpm2-tss/test/helper/
Dtpm_startup.c23 .device_file = DEVICE_PATH_DEFAULT, in main()
Dtpm_transientempty.c26 .device_file = DEVICE_PATH_DEFAULT, in main()
/external/tpm2-tss/test/fuzz/
Dmain-sapi.cpp40 .device_file = DEVICE_PATH_DEFAULT, in LLVMFuzzerTestOneInput()
/external/libbrillo/brillo/blkdev_utils/
Dloop_device.cc67 base::FilePath device_file = sys_block_loopdev_path.Append(kDeviceIdPath); in GetDeviceNumber() local
69 if (!base::ReadFileToString(device_file, &device_string)) in GetDeviceNumber()
/external/crosvm/devices/src/virtio/vhost/
Dvsock.rs48 let device_file = open_file( in new() localVariable
62 let handle = VhostVsockHandle::new(device_file); in new()

12