Searched refs:cur_dir (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/scripts/ |
D | sphinx-pre-install | 156 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/ |
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, "..", "..", "..", "..",
|
/kernel/linux/linux-5.10/scripts/dtc/ |
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()
|
/kernel/liteos_a/testsuites/unittest/common/ |
D | osTest.cpp | 434 char cur_dir[] = "."; in RemoveDir() local 456 if ((strcmp(cur_dir, dp->d_name) == 0) || (strcmp(up_dir, dp->d_name) == 0)) { in RemoveDir()
|