/third_party/ltp/testcases/kernel/syscalls/faccessat2/ |
D | faccessat201.c | 30 static char *abs_path; variable 40 {&bad_fd, &abs_path, 0}, 43 {&bad_fd, &abs_path, AT_EACCESS}, 61 abs_path = tst_aprintf("%s/%s", tmpdir_path, RELPATH); in setup() 66 SAFE_TOUCH(abs_path, 0444, NULL); in setup() 67 SAFE_SYMLINK(abs_path, TESTSYMLINK); in setup()
|
/third_party/openssl/test/recipes/ |
D | 30-test_defltfips.t | 30 $ENV{OPENSSL_CONF} = abs_path(srctop_file("test", "fips.cnf")); 34 $ENV{OPENSSL_CONF} = abs_path(srctop_file("test", "fips-alt.cnf")); 38 $ENV{OPENSSL_CONF} = abs_path(srctop_file("test", "fips.cnf")); 43 $ENV{OPENSSL_CONF} = abs_path(srctop_file("test", "fips-alt.cnf")); 47 $ENV{OPENSSL_CONF} = abs_path(srctop_file("test", "default.cnf"));
|
D | 95-test_external_krb5.t | 24 $ENV{OPENSSL_MODULES} = abs_path(bldtop_dir("providers")); 25 $ENV{OPENSSL_CONF} = abs_path(srctop_file("test", "default-and-legacy.cnf"));
|
D | 04-test_encoder_decoder_legacy.t | 23 $ENV{OPENSSL_MODULES} = abs_path(bldtop_dir("providers")); 24 $ENV{OPENSSL_CONF} = abs_path(srctop_file("test", "default.cnf"));
|
D | 04-test_nodefltctx.t | 17 $ENV{OPENSSL_CONF} = abs_path(srctop_file("test", "null.cnf"));
|
D | 05-test_pbe.t | 25 $ENV{OPENSSL_CONF} = abs_path(srctop_file("test", "default-and-legacy.cnf"));
|
/third_party/python/Modules/ |
D | getpath.c | 322 copy_absolute(wchar_t *abs_path, const wchar_t *path, size_t abs_path_len) in copy_absolute() argument 325 if (safe_wcscpy(abs_path, path, abs_path_len) < 0) { in copy_absolute() 330 if (!_Py_wgetcwd(abs_path, abs_path_len)) { in copy_absolute() 332 if (safe_wcscpy(abs_path, path, abs_path_len) < 0) { in copy_absolute() 340 PyStatus status = joinpath(abs_path, path, abs_path_len); in copy_absolute() 355 wchar_t abs_path[MAXPATHLEN+1]; in absolutize() local 358 PyStatus status = copy_absolute(abs_path, path, Py_ARRAY_LENGTH(abs_path)); in absolutize() 364 *path_p = _PyMem_RawWcsdup(abs_path); in absolutize() 886 wchar_t *abs_path; in calculate_which() local 893 abs_path = joinpath2(path, program_name); in calculate_which() [all …]
|
/third_party/openssl/util/ |
D | wrap.pl.in | 13 use Cwd qw(abs_path); 15 "'" . abs_path(catfile($config{sourcedir}, 29 use Cwd qw(abs_path); 31 "'" . abs_path(catfile($config{sourcedir}, 'test/fips-and-base.cnf')) . "'";
|
/third_party/node/deps/openssl/openssl/util/ |
D | wrap.pl.in | 13 use Cwd qw(abs_path); 15 "'" . abs_path(catfile($config{sourcedir}, 29 use Cwd qw(abs_path); 31 "'" . abs_path(catfile($config{sourcedir}, 'test/fips-and-base.cnf')) . "'";
|
/third_party/node/deps/uvwasi/src/ |
D | path_resolver.c | 187 char* abs_path; in uvwasi__normalize_absolute_path() local 193 abs_path = uvwasi__malloc(uvwasi, abs_size); in uvwasi__normalize_absolute_path() 194 if (abs_path == NULL) { in uvwasi__normalize_absolute_path() 200 err = uvwasi__normalize_path(path, path_len, abs_path, path_len); in uvwasi__normalize_absolute_path() 205 if (0 == uvwasi__is_path_sandboxed(abs_path, in uvwasi__normalize_absolute_path() 213 *normalized_path = abs_path; in uvwasi__normalize_absolute_path() 218 uvwasi__free(uvwasi, abs_path); in uvwasi__normalize_absolute_path()
|
/third_party/ltp/testcases/kernel/syscalls/faccessat/ |
D | faccessat01.c | 33 static char *abs_path; variable 43 {&dir_fd, &abs_path, 0}, 60 abs_path = tst_aprintf("%s/%s", tmpdir_path, FILEPATH); in setup()
|
/third_party/gn/src/base/files/ |
D | file_enumerator_win.cc | 159 const FilePath abs_path = root_path_.Append(filename); in Next() local 167 DWORD attributes = GetFileAttributes(ToWCharT(&abs_path.value())); in Next() 169 pending_paths_.push(abs_path); in Next() 173 return abs_path; in Next()
|
/third_party/ltp/testcases/kernel/syscalls/fchmodat/ |
D | fchmodat01.c | 64 char *abs_path = tst_get_tmpdir(); in setup() local 69 sprintf(testfile2, "%s/fchmodattest%d.txt", abs_path, p); in setup() 72 free(abs_path); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/futimesat/ |
D | futimesat01.c | 101 char *abs_path = tst_get_tmpdir(); in setup() local 103 SAFE_ASPRINTF(cleanup, &testfile3, "%s/futimesatfile3.txt", abs_path); in setup() 104 free(abs_path); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/fstatat/ |
D | fstatat01.c | 118 char *abs_path = tst_get_tmpdir(); in setup() local 120 SAFE_ASPRINTF(cleanup, &testfile3, "%s/fstatattestfile3.txt", abs_path); in setup() 121 free(abs_path); in setup()
|
/third_party/openssl/util/perl/OpenSSL/ |
D | Test.pm | 938 $directories{SRCTOP} = abs_path($ENV{SRCTOP} || $ENV{TOP}); 939 $directories{BLDTOP} = abs_path($ENV{BLDTOP} || $ENV{TOP}); 1092 my $abscurdir = abs_path(curdir()); 1093 my $absdir = abs_path($dir); 1122 my $oldpath = abs_path($directories{$_}); 1138 my $oldpath = abs_path($ENV{$_});
|
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
D | Test.pm | 938 $directories{SRCTOP} = abs_path($ENV{SRCTOP} || $ENV{TOP}); 939 $directories{BLDTOP} = abs_path($ENV{BLDTOP} || $ENV{TOP}); 1092 my $abscurdir = abs_path(curdir()); 1093 my $absdir = abs_path($dir); 1122 my $oldpath = abs_path($directories{$_}); 1138 my $oldpath = abs_path($ENV{$_});
|
/third_party/curl/tests/ |
D | http3-server.pl | 107 $certfile = abs_path($certfile); 108 $keyfile = abs_path($keyfile);
|
D | http2-server.pl | 107 $certfile = abs_path($certfile); 108 $keyfile = abs_path($keyfile);
|
D | sshserver.pl | 461 $clipubkeyf_config = abs_path(pp($clipubkeyf)); 462 $hstprvkeyf_config = abs_path(pp($hstprvkeyf)); 854 $identity_config = abs_path(pp($identity)); 855 $knownhosts_config = abs_path(pp($knownhosts));
|
D | secureserver.pl | 198 $capath = abs_path($path); 200 $certfile = abs_path($certfile);
|
D | pathhelp.pm | 300 $path = Cwd::abs_path($path); 420 $path = Cwd::abs_path($path);
|
/third_party/musl/scripts/ |
D | print_so_deps.py | 142 abs_path = os.path.join(path, so_name) 143 if self.is_path_exists(abs_path): 144 if self.pull_so(abs_path) == 0:
|
/third_party/node/deps/v8/ |
D | .ycm_extra_conf.py | 151 abs_path = os.path.normpath(os.path.join(out_dir, flag[2:])) 152 v8_flags.append('-I' + abs_path)
|
/third_party/ninja/src/ |
D | includes_normalize-win32.cc | 161 string abs_path = AbsPath(path, err); in Relativize() local 164 vector<StringPiece> path_list = SplitStringPiece(abs_path, '/'); in Relativize()
|