Searched refs:device_file (Results 1 – 25 of 30) sorted by relevance
12
/external/tpm2-tss/test/integration/ |
D | sapi-test-options.c | 85 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()
|
D | test-options.h | 39 const char *device_file; member
|
D | main-sapi.c | 35 .device_file = DEVICE_PATH_DEFAULT, in main()
|
/external/autotest/client/deps/fakegudev/src/test_files/ |
D | fake_and_fake2.dat | 2 device_file=/dev/fake 6 device_file=/dev/fake2
|
D | fake2_parent_fake.dat | 2 device_file=/dev/fake 6 device_file=/dev/fake2
|
D | fake.dat | 2 device_file=/dev/fake
|
D | fake2.dat | 2 device_file=/dev/fake2
|
D | fake_name.dat | 2 device_file=/dev/fake
|
D | fake_property_foo.dat | 2 device_file=/dev/fake
|
D | fake_driver.dat | 2 device_file=/dev/fake
|
D | fake_subsystem.dat | 2 device_file=/dev/fake
|
D | fake_parent_null.dat | 2 device_file=/dev/fake
|
D | fake_properties.dat | 2 device_file=/dev/fake
|
D | fake_full.dat | 2 device_file=/dev/fake
|
/external/autotest/client/site_tests/hardware_TouchScreenPowerCycles/ |
D | hardware_TouchScreenPowerCycles.py | 73 device_file = '/dev/input/event%d' % event_no 74 if os.path.exists(device_file): 75 touch_screen_device_file = device_file
|
/external/cpuinfo/scripts/ |
D | arm-linux-filesystem-dump.py | 66 with open(path, "rb") as device_file: 67 content = device_file.read()
|
/external/perfetto/tools/ |
D | record_android_trace | 113 device_file = '/data/misc/perfetto-traces/' + fname 140 cmd = ['perfetto', '--background', '--txt', '-o', device_file] 197 adb('pull', device_file, host_file).wait()
|
/external/tpm2-tss/test/helper/ |
D | tpm_startup.c | 23 .device_file = DEVICE_PATH_DEFAULT, in main()
|
D | tpm_transientempty.c | 26 .device_file = DEVICE_PATH_DEFAULT, in main()
|
D | tpm_dumpstate.c | 44 .device_file = DEVICE_PATH_DEFAULT, in main()
|
D | tpm_writeekcert.c | 78 .device_file = DEVICE_PATH_DEFAULT, in main()
|
D | tpm_getek.c | 79 .device_file = DEVICE_PATH_DEFAULT, in main()
|
/external/tpm2-tss/test/fuzz/ |
D | main-sapi.cpp | 40 .device_file = DEVICE_PATH_DEFAULT, in LLVMFuzzerTestOneInput()
|
/external/libbrillo/brillo/blkdev_utils/ |
D | loop_device.cc | 67 base::FilePath device_file = sys_block_loopdev_path.Append(kDeviceIdPath); in GetDeviceNumber() local 69 if (!base::ReadFileToString(device_file, &device_string)) in GetDeviceNumber()
|
/external/autotest/client/deps/fakegudev/src/ |
D | fakegudev.c | 401 const gchar *device_file) in g_udev_client_query_by_device_file() argument 410 device_file, in g_udev_client_query_by_device_file() 420 return realfunc (client, device_file); in g_udev_client_query_by_device_file()
|
12