Home
last modified time | relevance | path

Searched refs:abs_path (Results 1 – 25 of 37) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/faccessat2/
Dfaccessat201.c30 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/
D30-test_defltfips.t30 $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"));
D95-test_external_krb5.t24 $ENV{OPENSSL_MODULES} = abs_path(bldtop_dir("providers"));
25 $ENV{OPENSSL_CONF} = abs_path(srctop_file("test", "default-and-legacy.cnf"));
D04-test_encoder_decoder_legacy.t23 $ENV{OPENSSL_MODULES} = abs_path(bldtop_dir("providers"));
24 $ENV{OPENSSL_CONF} = abs_path(srctop_file("test", "default.cnf"));
D04-test_nodefltctx.t17 $ENV{OPENSSL_CONF} = abs_path(srctop_file("test", "null.cnf"));
D05-test_pbe.t25 $ENV{OPENSSL_CONF} = abs_path(srctop_file("test", "default-and-legacy.cnf"));
/third_party/python/Modules/
Dgetpath.c322 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/
Dwrap.pl.in13 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/
Dwrap.pl.in13 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/
Dpath_resolver.c187 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/
Dfaccessat01.c33 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/
Dfile_enumerator_win.cc159 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/
Dfchmodat01.c64 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/
Dfutimesat01.c101 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/
Dfstatat01.c118 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/
DTest.pm938 $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/
DTest.pm938 $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/
Dhttp3-server.pl107 $certfile = abs_path($certfile);
108 $keyfile = abs_path($keyfile);
Dhttp2-server.pl107 $certfile = abs_path($certfile);
108 $keyfile = abs_path($keyfile);
Dsshserver.pl461 $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));
Dsecureserver.pl198 $capath = abs_path($path);
200 $certfile = abs_path($certfile);
Dpathhelp.pm300 $path = Cwd::abs_path($path);
420 $path = Cwd::abs_path($path);
/third_party/musl/scripts/
Dprint_so_deps.py142 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.py151 abs_path = os.path.normpath(os.path.join(out_dir, flag[2:]))
152 v8_flags.append('-I' + abs_path)
/third_party/ninja/src/
Dincludes_normalize-win32.cc161 string abs_path = AbsPath(path, err); in Relativize() local
164 vector<StringPiece> path_list = SplitStringPiece(abs_path, '/'); in Relativize()

12