Searched refs:test_dir (Results 1 – 6 of 6) sorted by relevance
8 test_dir=$(mktemp -d /tmp/perf-test-inline-addr2line.XXXXXXXXXX)9 perf_data="${test_dir}/perf.data"10 perf_script_txt="${test_dir}/perf_script.txt"13 rm -rf "${test_dir}"
8 test_dir=$(realpath "$(dirname "$0")")9 kernel_dir=$(realpath "$test_dir/../../../..")15 source "$test_dir/../kselftest/ktap_helpers.sh"88 -o "$tmp_dir/init" "$test_dir/init.c"171 source "$test_dir/$arch.conf"
108 char *test_dir, *line; variable124 test_dir = dirname(buf);129 ret = fprintf(file, "|%1$s/%2$s %%P %1$s/%3$s", test_dir, STACKDUMP_SCRIPT, STACKDUMP_FILE);
11 test_dir = os.path.dirname(os.path.realpath(__file__)) variable12 sys.path.insert(0, test_dir + '/../../kselftest')
167 toeplitz_path = cfg.test_dir / "toeplitz"
18 test_dir: Path to the source directory of the test23 self.test_dir = self.src_path.parent.resolve()