Searched refs:test_dir (Results 1 – 2 of 2) sorted by relevance
243 test_dir = _get_test_dir()244 test_file = test_dir.joinpath(name)249 'module?' % (name, test_dir))
611 struct dirent* test_dir; in GetHalTraceMapping() local612 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()