Home
last modified time | relevance | path

Searched refs:device_file (Results 1 – 25 of 30) 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/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
Dfake.dat2 device_file=/dev/fake
Dfake2.dat2 device_file=/dev/fake2
Dfake_name.dat2 device_file=/dev/fake
Dfake_property_foo.dat2 device_file=/dev/fake
Dfake_driver.dat2 device_file=/dev/fake
Dfake_subsystem.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/autotest/client/site_tests/hardware_TouchScreenPowerCycles/
Dhardware_TouchScreenPowerCycles.py73 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/
Darm-linux-filesystem-dump.py66 with open(path, "rb") as device_file:
67 content = device_file.read()
/external/perfetto/tools/
Drecord_android_trace113 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/
Dtpm_startup.c23 .device_file = DEVICE_PATH_DEFAULT, in main()
Dtpm_transientempty.c26 .device_file = DEVICE_PATH_DEFAULT, in main()
Dtpm_dumpstate.c44 .device_file = DEVICE_PATH_DEFAULT, in main()
Dtpm_writeekcert.c78 .device_file = DEVICE_PATH_DEFAULT, in main()
Dtpm_getek.c79 .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/autotest/client/deps/fakegudev/src/
Dfakegudev.c401 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