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

/linux-master/tools/testing/selftests/bpf/
H 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-master/scripts/dtc/
H A Dsrcpos.c129 const char *cur_dir = NULL; local
136 cur_dir = current_srcfile->dir;
137 fullname = try_open(cur_dir, fname, fp);
/linux-master/scripts/
H A Dsphinx-pre-install160 my $cur_dir = qx(pwd);
161 $cur_dir =~ s/\s+$//;
164 next if ($dir =~ m,($cur_dir)/sphinx,);
168 next if ($dir =~ m,($cur_dir)/sphinx,);

Completed in 122 milliseconds