Searched refs:dirs (Results 1 – 9 of 9) sorted by relevance
/test/vts/hals/ |
D | README.md | 1 …es and sub dirs under this dir contain test HAL modules that are functionally similar to the ones …
|
/test/vts-testcase/fuzz/iface_fuzzer/ |
D | ProtoFuzzerUtils.cpp | 83 vector<CompSpec> ExtractCompSpecs(const vector<string> &dirs) { in ExtractCompSpecs() argument 86 for (const auto &dir_path : dirs) { in ExtractCompSpecs()
|
/test/vts/utils/python/reporting/ |
D | report_file_utils_test.py | 28 dirs = ("dir1", "dir2") 31 return [(root, dirs, files)]
|
/test/vts-testcase/fuzz/iface_fuzzer/include/ |
D | ProtoFuzzerUtils.h | 89 vector<CompSpec> ExtractCompSpecs(const vector<string> &dirs);
|
/test/vts/testcases/template/binary_test/ |
D | binary_test.py | 348 dirs = list(dir_set) 349 dirs.sort(lambda x, y: cmp(len(y), len(x))) 350 cmd = ['rmdir %s' % d for d in dirs]
|
/test/vts-testcase/hal/script/build/ |
D | vts_spec_parser.py | 130 for base, dirs, files in os.walk(full_path_root):
|
/test/vts-testcase/fuzz/kernel/syzkaller/ |
D | syzkaller_test.py | 85 for root, dirs, files in os.walk(self._env['syzkaller_bin_dir']):
|
/test/vts-testcase/fuzz/script/config/ |
D | config_gen.py | 82 for base_dir, dirs, files, in os.walk(config_dir):
|
/test/framework/harnesses/host_controller/command_processor/ |
D | command_config.py | 138 for root, dirs, files in os.walk(path):
|