HomeSort by: relevance | last modified time | path
    Searched refs:abs_path (Results 1 - 12 of 12) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/tools/scan-build/libexec/
c++-analyzer 3 use Cwd qw/ abs_path /;
6 use lib dirname(abs_path($0));
ccc-analyzer 17 use Cwd qw/ getcwd abs_path /;
172 print OUT abs_path($file), "\n";
  /src/tests/lib/libc/c063/
t_faccessat.c 184 char abs_path[MAXPATHLEN * 2]; local
191 snprintf(abs_path, sizeof(abs_path), "%s/%s", cwd, FILE);
192 ATF_REQUIRE(faccessat(-1, abs_path, W_OK, 0) == 0);
206 char abs_path[MAXPATHLEN * 2]; local
213 snprintf(abs_path, sizeof(abs_path), "%s/%s", cwd, DIR);
214 ATF_REQUIRE(faccessat(dfd, abs_path, W_OK, 0) == 0);
227 char abs_path[MAXPATHLEN * 2]; local
232 snprintf(abs_path, sizeof(abs_path), "%s/%s", cwd, DIR)
    [all...]
  /src/external/bsd/tcpdump/dist/tests/
TESTrun 29 use Cwd qw(abs_path getcwd);
60 $testsdir = abs_path($testsdir);
  /src/usr.sbin/inetd/
parse.c 1345 char *abs_path = realpath(glob_path, NULL); local
1347 if (abs_path == NULL) {
1353 DPRINTCONF("Absolute path '%s'", abs_path);
1356 if (strcmp(cur->abs, abs_path) == 0) {
1359 free(abs_path);
1363 free(abs_path);
  /src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/
config.py 412 abs_path = os.path.join(self.cxx_library_root, libname)
413 assert os.path.exists(abs_path) and \
415 self.cxx.link_flags += [abs_path]
437 abs_path = os.path.join(self.abi_library_root, libname)
438 self.cxx.link_flags += [abs_path]
  /src/external/bsd/atf/dist/tools/
fs.cpp 252 const impl::path& abs_path = in_path.is_absolute() ? local
257 if (unmount(abs_path.c_str(), 0) == -1) {
  /src/external/apache2/llvm/dist/clang/tools/scan-build/bin/
scan-build 24 use Cwd qw/ getcwd abs_path /;
420 $BugFile = abs_path($1);
1611 mkpath($OutDir) unless (-e $OutDir); # abs_path wants existing dir
1612 $Options{OutputDir} = abs_path($OutDir);
1631 mkpath($OutDir) unless (-e $OutDir); # abs_path wants existing dir
1632 $Options{OutputDir} = abs_path($OutDir);
  /src/external/gpl3/binutils/dist/gprofng/gp-display-html/
gp-display-html.in 30 use Cwd qw (abs_path cwd);
15443 $abs_path_dir = Cwd::abs_path ($exp_dir_list[$i]);
  /src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
gp-display-html.in 30 use Cwd qw (abs_path cwd);
15443 $abs_path_dir = Cwd::abs_path ($exp_dir_list[$i]);
  /src/external/bsd/jemalloc/dist/bin/
jeprof.in 4675 my $prog = Cwd::abs_path(shift);
  /src/external/bsd/jemalloc.old/dist/bin/
jeprof.in 4576 my $prog = Cwd::abs_path(shift);

Completed in 77 milliseconds