Home
last modified time | relevance | path

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

/linux-6.3-rc2/scripts/
A Dsphinx-pre-install161 my $cur_dir = qx(pwd);
162 $cur_dir =~ s/\s+$//;
165 next if ($dir =~ m,($cur_dir)/sphinx,);
169 next if ($dir =~ m,($cur_dir)/sphinx,);
/linux-6.3-rc2/tools/testing/selftests/bpf/
A 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-6.3-rc2/scripts/dtc/
A 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()

Completed in 6 milliseconds