Searched refs:cur_dir (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/scripts/ |
A D | sphinx-pre-install | 161 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 D | test_bpftool.py | 14 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 D | srcpos.c | 129 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 9 milliseconds