Home
last modified time | relevance | path

Searched refs:cur_dir (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/scripts/
Dsphinx-pre-install155 my $cur_dir = qx(pwd);
156 $cur_dir =~ s/\s+$//;
159 next if ($dir =~ m,($cur_dir)/sphinx,);
163 next if ($dir =~ m,($cur_dir)/sphinx,);
/Linux-v5.10/tools/testing/selftests/bpf/
Dtest_bpftool.py14 cur_dir = os.path.dirname(os.path.realpath(__file__)) variable
15 bpftool_dir = os.path.abspath(os.path.join(cur_dir, "..", "..", "..", "..",
/Linux-v5.10/scripts/dtc/
Dsrcpos.c129 const char *cur_dir = NULL; in fopen_any_on_path() local
136 cur_dir = current_srcfile->dir; in fopen_any_on_path()
137 fullname = try_open(cur_dir, fname, fp); in fopen_any_on_path()