Home
last modified time | relevance | path

Searched refs:fake2 (Results 1 – 6 of 6) sorted by relevance

/external/autotest/client/deps/fakegudev/src/test_files/
Dfake2.dat1 [fake2]
2 device_file=/dev/fake2
3 sysfs_path=/sys/devices/virtual/fake2
Dfake_and_fake2.dat5 [fake2]
6 device_file=/dev/fake2
7 sysfs_path=/sys/devices/virtual/fake2
Dfake2_parent_fake.dat5 [fake2]
6 device_file=/dev/fake2
7 sysfs_path=/sys/devices/virtual/fake2
Dfake2.output2 Device file: /dev/fake2
6 Sysfs path: /sys/devices/virtual/fake2
/external/autotest/client/deps/fakegudev/src/
Dtest-gudev.sh94 run_test /dev/fake2 test_files/fake.dat
99 generate_output_file test_files/fake2.output
100 run_test /dev/fake2 test_files/fake_and_fake2.dat
103 generate_output_file test_files/fake2.output test_files/fake.output
104 run_test /dev/fake2 test_files/fake2_parent_fake.dat
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dbugprone-sizeof-container.cpp87 std::fake_container2 fake2; in f() local
92 a = sizeof(fake2); in f()