Home
last modified time | relevance | path

Searched refs:test_dir (Results 1 – 2 of 2) sorted by relevance

/test/app_compat/csuite/integration_tests/
Dcsuite_test_utils.py243 test_dir = _get_test_dir()
244 test_file = test_dir.joinpath(name)
249 'module?' % (name, test_dir))
/test/vts/utils/native/trace_processor/
DVtsTraceProcessor.cpp611 struct dirent* test_dir; in GetHalTraceMapping() local
612 while ((test_dir = readdir(trace_dir)) != NULL) { in GetHalTraceMapping()
613 if (test_dir->d_type == DT_DIR) { in GetHalTraceMapping()
614 string test_name = test_dir->d_name; in GetHalTraceMapping()