Home
last modified time | relevance | path

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

/openbmc/u-boot/scripts/dtc/
H A Dsrcpos.c100 const char *cur_dir = NULL; in fopen_any_on_path() local
107 cur_dir = current_srcfile->dir; in fopen_any_on_path()
108 fullname = try_open(cur_dir, fname, fp); in fopen_any_on_path()
/openbmc/linux/scripts/
H 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,);
/openbmc/linux/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, "..", "..", "..", "..",
/openbmc/linux/scripts/dtc/
H 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()
/openbmc/qemu/tests/tcg/multiarch/linux/
H A Dlinux-test.c81 char cur_dir[1024]; in test_file() local
93 if (getcwd(cur_dir, sizeof(cur_dir)) == NULL) in test_file()
205 chk_error(chdir(cur_dir)); in test_file()