Home
last modified time | relevance | path

Searched refs:link_path (Results 1 – 13 of 13) sorted by relevance

/third_party/openssl/util/
Dprocess_docs.pl171 my $link_path = catfile($output_dir, $link_file);
174 print STDERR "DEBUG: Linking $link_path -> $output_file\n"
177 symlink $output_file, $link_path;
183 copy $output_path, $link_path;
187 print STDERR "DEBUG: Removing $link_path\n" if $options{debug};
189 while (unlink $link_path) {}
192 print "$link_path -> $output_path\n";
/third_party/node/tools/
Dinstall.py31 def try_symlink(source_path, link_path): argument
32 print('symlinking %s -> %s' % (source_path, link_path))
33 try_unlink(link_path)
34 try_mkdir_r(os.path.dirname(link_path))
35 os.symlink(source_path, link_path)
99 link_path = abspath(install_path, 'bin/' + bin_name)
101 action([link_path], 'bin/' + bin_name)
103 try_symlink('../lib/node_modules/' + name + '/' + bin_target, link_path)
/third_party/quickjs/tests/
Dtest_std.js144 var fd, fpath, fname, fdir, buf, buf2, i, files, err, fdate, st, link_path;
151 link_path = fdir + "/test_link";
153 os.remove(link_path);
197 err = os.symlink(fname, link_path);
200 [st, err] = os.lstat(link_path);
204 [buf, err] = os.readlink(link_path);
208 assert(os.remove(link_path) === 0);
/third_party/python/Lib/venv/
D__init__.py138 link_path = os.path.join(env_dir, 'lib64')
139 if not os.path.exists(link_path): # Issue #21643
140 os.symlink('lib', link_path)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
DPath.inc159 char link_path[MAXPATHLEN];
160 if (realpath(exe_path, link_path))
161 return link_path;
192 char link_path[MAXPATHLEN];
193 if (realpath(DLInfo.dli_fname, link_path))
194 return link_path;
/third_party/libusb/libusb/os/
Dsunos_usb.c113 const char *node_path, const char *match, char **link_path) in sunos_physpath_to_devlink() argument
118 *link_path = NULL; in sunos_physpath_to_devlink()
119 larg.linkpp = link_path; in sunos_physpath_to_devlink()
133 if (*link_path == NULL) { in sunos_physpath_to_devlink()
/third_party/ltp/testcases/kernel/fs/fsstress/
Dfsstress.c261 int link_path(pathname_t *, pathname_t *);
938 int link_path(pathname_t * name1, pathname_t * name2) in link_path() function
954 rval = link_path(&newname1, &newname2); in link_path()
974 rval = link_path(&newname1, &newname2); in link_path()
982 rval = link_path(&newname1, &newname2); in link_path()
2142 e = link_path(&f, &l) < 0 ? errno : 0; in link_f()
/third_party/e2fsprogs/contrib/
Dfsstress.c288 int link_path(pathname_t *, pathname_t *);
972 int link_path(pathname_t * name1, pathname_t * name2) in link_path() function
988 rval = link_path(&newname1, &newname2); in link_path()
1008 rval = link_path(&newname1, &newname2); in link_path()
1016 rval = link_path(&newname1, &newname2); in link_path()
2174 e = link_path(&f, &l) < 0 ? errno : 0; in link_f()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
DPath.inc190 char link_path[MAXPATHLEN];
191 if (realpath(exe_path, link_path))
192 return link_path;
283 char link_path[MAXPATHLEN];
284 if (realpath(DLInfo.dli_fname, link_path))
285 return link_path;
/third_party/node/src/
Dnode_file.cc1185 const char* link_path = static_cast<const char*>(req_wrap_sync.req.ptr); in ReadLink() local
1189 link_path, in ReadLink()
1601 const char* link_path = static_cast<const char*>(req_wrap_sync.req.ptr); in RealPath() local
1605 link_path, in RealPath()
/third_party/python/Lib/test/
Dtest_posix.py2047 link_path = os.path.join(base_path, "link")
2054 os.symlink("target", link_path)
2061 os.link(source_path, link_path, follow_symlinks=True)
2064 os.link(source_path, link_path, follow_symlinks=False)
Dtest_os.py1304 self.link_path = join(sub2_path, "link")
1322 os.symlink(os.path.abspath(t2_path), self.link_path)
1410 if root == self.link_path:
/third_party/flutter/engine/flutter/ci/licenses_golden/
Dlicenses_fuchsia3271 FILE: ../../../fuchsia/sdk/linux/fidl/fuchsia.modular/module/link_path.fidl