Home
last modified time | relevance | path

Searched refs:symlink (Results 1 – 25 of 365) sorted by relevance

12345678910>>...15

/third_party/node/test/es-module/
Dtest-esm-symlink-type.js46 symlinks.forEach((symlink) => {
47 const mainPath = path.join(tmpDir, symlink.source);
48 fs.symlinkSync(symlink.target, mainPath);
61 if (symlink.errorsWithPreserveSymlinksMain &&
63 else if (!symlink.errorsWithPreserveSymlinksMain &&
64 stdout.includes(symlink.prints)) return;
65 assert.fail(`For ${JSON.stringify(symlink)}, ${
66 (symlink.errorsWithPreserveSymlinksMain) ?
70 if (stdout.includes(symlink.prints)) return;
71 assert.fail(`For ${JSON.stringify(symlink)}, failed to find ` +
[all …]
/third_party/node/deps/npm/node_modules/gentle-fs/lib/
Drm.js49 symlink: results[1], property
70 log.silly('gentlyRm', 'target.symlink =', target.symlink)
104 if (target.managed && target.symlink) {
110 if (target.symlink) {
111 return cb(clobberFail(target.path, target.symlink +
223 function resolveSymlink (symlink, cb) { argument
225 var cached = resolvedPaths[symlink]
228 readLinkOrShim(symlink, iferr(cb, function (symlinkTarget) {
230 resolvedPaths[symlink] = path.resolve(path.dirname(symlink), symlinkTarget)
232 resolvedPaths[symlink] = symlink
[all …]
/third_party/flutter/flutter/packages/flutter_tools/templates/cocoapods/
DPodfile-macos69 symlink = File.join(symlink_dir, 'flutter')
70 File.symlink(File.dirname(p[:path]), symlink)
71 pod 'FlutterMacOS', :path => File.join(symlink, File.basename(p[:path]))
78 symlink = File.join(symlink_plugins_dir, p[:name])
79 File.symlink(p[:path], symlink)
80 if pubspec_supports_macos(File.join(symlink, 'pubspec.yaml'))
81 pod p[:name], :path => File.join(symlink, 'macos')
DPodfile-ios-objc51 symlink = File.join('.symlinks', 'flutter')
52 File.symlink(File.dirname(p[:path]), symlink)
53 pod 'Flutter', :path => File.join(symlink, File.basename(p[:path]))
60 symlink = File.join('.symlinks', 'plugins', p[:name])
61 File.symlink(p[:path], symlink)
62 pod p[:name], :path => File.join(symlink, 'ios')
DPodfile-ios-swift53 symlink = File.join('.symlinks', 'flutter')
54 File.symlink(File.dirname(p[:path]), symlink)
55 pod 'Flutter', :path => File.join(symlink, File.basename(p[:path]))
62 symlink = File.join('.symlinks', 'plugins', p[:name])
63 File.symlink(p[:path], symlink)
64 pod p[:name], :path => File.join(symlink, 'ios')
/third_party/flutter/flutter/examples/platform_view/ios/
DPodfile42 symlink = File.join('.symlinks', 'flutter')
43 File.symlink(File.dirname(p[:path]), symlink)
44 pod 'Flutter', :path => File.join(symlink, File.basename(p[:path]))
51 symlink = File.join('.symlinks', 'plugins', p[:name])
52 File.symlink(p[:path], symlink)
53 pod p[:name], :path => File.join(symlink, 'ios')
/third_party/flutter/flutter/dev/integration_tests/android_views/ios/
DPodfile48 symlink = File.join('.symlinks', 'flutter')
49 File.symlink(File.dirname(p[:path]), symlink)
50 pod 'Flutter', :path => File.join(symlink, File.basename(p[:path]))
57 symlink = File.join('.symlinks', 'plugins', p[:name])
58 File.symlink(p[:path], symlink)
59 pod p[:name], :path => File.join(symlink, 'ios')
/third_party/node/deps/npm/node_modules/copy-concurrently/
Dcopy.js5 module.exports.symlink = copySymlink
49 if (!opts.symlink) opts.symlink = promisify(opts.Promise, fs.symlink)
149 var stat = opts.stat || promisify(Promise, fs.symlink)
150 var symlink = opts.symlink || promisify(Promise, fs.symlink)
164 return symlink(linkFrom, to, type).catch(function (err) {
166 return symlink(linkFrom, to, 'junction')
173 return symlink(linkFrom, to)
DREADME.md30 * isWindows - (Default: `process.platform === 'win32'`) If true enables Windows symlink semantics. …
31 …an extra `stat` to determine if the destination of a symlink is a file or directory. If symlinking…
66 ### copy.symlink(from, to, options) → Promise
68 Copies a symlink `from` to destination `to`. If you're using Windows and
75 if the symlink destination is within the set of files we're copying or
80 * isWindows - (Default: `process.platform === 'win32'`) If true enables Windows symlink semantics. …
81 …an extra `stat` to determine if the destination of a symlink is a file or directory. If symlinking…
103 and calls `copy.file`, `copy.symlink` or `copy.recurse` as appropriate.
112 if the symlink destination is within the set of files we're copying or
123 * isWindows - (Default: `process.platform === 'win32'`) If true enables Windows symlink semantics. …
[all …]
/third_party/python/Lib/test/
Dtest_ntpath.py267 os.symlink(ABSTFN, ABSTFN + "1")
278 os.symlink(ABSTFN + "1", ABSTFN)
291 os.symlink(ABSTFN, ntpath.relpath(ABSTFN + "1"))
304 os.symlink(".", "recursive")
305 os.symlink("..", "parent")
307 os.symlink(".", "self")
308 os.symlink("missing", "broken")
309 os.symlink(r"broken\bar", "broken1")
310 os.symlink(r"self\self\broken", "broken2")
311 os.symlink(r"subdir\parent\subdir\parent\broken", "broken3")
[all …]
Dtest_posixpath.py166 os.symlink(os_helper.TESTFN + "1", os_helper.TESTFN + "2")
201 os.symlink("/", ABSTFN)
353 os.symlink(ABSTFN+"1", ABSTFN)
365 os.symlink(ABSTFN+"1", ABSTFN)
376 os.symlink(posixpath.relpath(ABSTFN+"1"), ABSTFN)
388 os.symlink(ABSTFN, ABSTFN)
391 os.symlink(ABSTFN+"1", ABSTFN+"2")
392 os.symlink(ABSTFN+"2", ABSTFN+"1")
399 os.symlink(ABSTFN+"x", ABSTFN+"y")
405 os.symlink(basename(ABSTFN) + "a/b", ABSTFN+"a")
[all …]
/third_party/node/test/parallel/
Dtest-fs-symlink.js42 fs.symlink(linkData, linkPath, common.mustSucceed(() => {
61 fs.symlink(linkData, linkPath, common.mustSucceed(() => {
72 assert.throws(() => fs.symlink(input, '', common.mustNotCall()), errObj);
75 assert.throws(() => fs.symlink('', input, common.mustNotCall()), errObj);
85 assert.throws(() => fs.symlink('', '', '��', common.mustNotCall()), errObj);
Dtest-fs-null-bytes.js75 check(fs.symlink, fs.symlinkSync, 'foo\u0000bar', 'foobar');
76 check(fs.symlink, fs.symlinkSync, 'foobar', 'foo\u0000bar');
109 check(fs.symlink, fs.symlinkSync, fileUrl, 'foobar');
110 check(fs.symlink, fs.symlinkSync, 'foobar', fileUrl);
140 check(fs.symlink, fs.symlinkSync, fileUrl2, 'foobar');
141 check(fs.symlink, fs.symlinkSync, 'foobar', fileUrl2);
/third_party/musl/porting/linux/user/tools/
Dinstall.sh14 symlink=
21 l) symlink=yes ;;
22 r) symlink=yes; symlinkflags="$symlinkflags -r" ;;
52 if test "$symlink" ; then
/third_party/musl/tools/
Dinstall.sh14 symlink=
20 l) symlink=yes ;;
50 if test "$symlink" ; then
/third_party/ltp/testcases/kernel/security/tomoyo/
Dtomoyo_new_file_test.c473 show_result(symlink("/tmp/symlink_dest_test", filename), 1); in stage_file_test()
476 show_result(symlink("/tmp/symlink_dest_test", filename), 0); in stage_file_test()
481 show_result(symlink("/tmp/symlink_dest_test", filename), 1); in stage_file_test()
484 show_result(symlink("/tmp/symlink_dest_test", filename), 0); in stage_file_test()
489 show_result(symlink("/tmp/symlink_dest_test", filename), 1); in stage_file_test()
492 show_result(symlink("/tmp/symlink_dest_test", filename), 0); in stage_file_test()
497 show_result(symlink("/tmp/symlink_dest_test", filename), 1); in stage_file_test()
500 show_result(symlink("/tmp/symlink_dest_test", filename), 0); in stage_file_test()
505 show_result(symlink("/tmp/symlink_dest_test", filename), 1); in stage_file_test()
508 show_result(symlink("/tmp/symlink_dest_test", filename), 0); in stage_file_test()
/third_party/node/deps/npm/lib/install/action/
Dfinalize.js9 const symlink = Bluebird.promisify(fs.symlink) constant
30 .then(() => symlink(relative, pkg.path, 'junction'))
32 return rimraf(pkg.path).then(() => symlink(relative, pkg.path, 'junction'))
/third_party/rust/crates/cxx/gen/src/
Dfs.rs110 fn symlink<'a>( in symlink() function
145 symlink(original.as_ref(), link.as_ref(), std::os::unix::fs::symlink) in symlink_file()
150 symlink( in symlink_file()
159 symlink( in symlink_dir()
/third_party/toybox/
Dinstall.py42 os.symlink("../../bin/toybox", target_link)
44 os.symlink("../bin/toybox", target_link)
46 os.symlink("toybox", target_link)
DMakefile46 scripts/install.sh --symlink --force
49 scripts/install.sh --symlink --force --airlock
52 scripts/install.sh --long --symlink --force
/third_party/typescript/src/harness/
DvfsUtil.ts397 result += path + " -> " + node.symlink;
476 … /*size*/ isFile(node) ? this._getSize(node) : isSymlink(node) ? node.symlink.length : 0,
628 node.symlink = vpath.validate(target, vpath.ValidationFlags.RelativeOrAbsolute);
827 if (changedNode.symlink === baseNode.symlink) return false;
828 container[basename] = new Symlink(changedNode.symlink);
839 container[basename] = new Symlink(node.symlink);
971 if (isSymlink(root)) (<SymlinkInode>shadow).symlink = root.symlink;
1054 const symlink = vpath.resolve(dirname, node.symlink); constant
1057 components = vpath.parse(symlink).concat(components.slice(step + 1));
1106 this.symlinkSync(vpath.resolve(dirname, entry.symlink), path);
[all …]
/third_party/toybox/toys/posix/
Drm.c62 if (try->symlink) goto skip; in do_rm()
82 if (!dir || try->symlink != (char *)2) perror_msg_raw(try->name); in do_rm()
84 if (try->parent) try->parent->symlink = (char *)2; in do_rm()
/third_party/toybox/porting/liteos_a/
DMakefile46 scripts/install.sh --symlink --force
49 scripts/install.sh --symlink --force --airlock
52 scripts/install.sh --long --symlink --force
/third_party/ejdb/src/bindings/ejdb2_flutter/example/ios/
DPodfile75 symlink = File.join('.symlinks', 'plugins', name)
76 File.symlink(path, symlink)
77 pod name, :path => File.join(symlink, 'ios')
/third_party/flutter/flutter/packages/flutter_tools/templates/module/ios/library/Flutter.tmpl/
Dpodhelper.rb.tmpl67 symlink = File.join(symlinks_dir, r[:name])
68 FileUtils.rm_f(symlink)
69 File.symlink(r[:path], symlink)
70 pod r[:name], :path => File.join(symlink, 'ios'), :inhibit_warnings => true

12345678910>>...15