Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/scripts/
Dsphinx-pre-install156 my $cur_dir = qx(pwd);
157 $cur_dir =~ s/\s+$//;
160 next if ($dir =~ m,($cur_dir)/sphinx,);
164 next if ($dir =~ m,($cur_dir)/sphinx,);
/kernel/linux/linux-5.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, "..", "..", "..", "..",
/kernel/linux/linux-5.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()
/kernel/liteos_a/testsuites/unittest/common/
DosTest.cpp434 char cur_dir[] = "."; in RemoveDir() local
456 if ((strcmp(cur_dir, dp->d_name) == 0) || (strcmp(up_dir, dp->d_name) == 0)) { in RemoveDir()