Home
last modified time | relevance | path

Searched refs:symlink (Results 126 - 150 of 183) sorted by relevance

12345678

/third_party/gn/src/base/files/
H A Dfile_util_posix.cc292 return ::symlink(target_path.value().c_str(), symlink_path.value().c_str()) != in CreateSymbolicLink()
/third_party/node/tools/gyp/pylib/gyp/
H A Dmac_tool.py339 """Creates a symlink to |dest| named |link|. If |link| already exists,
343 os.symlink(dest, link)
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dmac_tool.py339 """Creates a symlink to |dest| named |link|. If |link| already exists,
343 os.symlink(dest, link)
/third_party/libfuse/lib/modules/
H A Dsubdir.c585 .symlink = subdir_symlink,
H A Diconv.c604 .symlink = iconv_symlink,
/third_party/toybox/lib/
H A Dlib.h90 char *symlink; member
121 #define ABS_LAST 8 // don't resolve symlink in last path component
/third_party/toybox/porting/liteos_a/lib/
H A Dlib.h90 char *symlink; member
/third_party/python/Lib/test/
H A Dtest_pdb.py2283 os.symlink(os.path.join(dir_one, 'foo.py'), os.path.join(dir_two, 'foo.py'))
H A Dtest_site.py591 os.symlink(sys.executable, exe_file)
/third_party/rust/crates/nix/test/
H A Dtest_fcntl.rs219 fs::symlink(src.as_path(), dst.as_path()).unwrap(); in test_readlink()
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/
H A Dapi.js[all...]
/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/src/
H A Dmtpfs_fuse.cpp314 fuseOperations_.symlink = WrapSymLink; in MtpFileSystem()
/third_party/ntfs-3g/libfuse-lite/
H A Dfuse_lowlevel.c626 if (req->f->op.symlink) in do_symlink()
627 req->f->op.symlink(req, linkname, nodeid, name); in do_symlink()
H A Dfuse.c762 if (fs->op.symlink) in fuse_fs_symlink()
763 return fs->op.symlink(linkname, path); in fuse_fs_symlink()
2807 .symlink = fuse_lib_symlink,
/third_party/node/
H A Dconfigure.py2018 # python 3), then create a directory with a symlink called `python` to our
2040 os.symlink(sys.executable, python_link)
2173 os.symlink('./out/' + config['BUILDTYPE'] + '/compile_commands.json', './compile_commands.json')
/third_party/python/Lib/test/support/
H A D__init__.py1463 """Creates a symlink for the current Python executable"""
1482 # App symlink appears to not exist, but we want the
1508 os.symlink(self.real, self.link)
1511 os.symlink(real, link)
/third_party/icu/icu4c/source/tools/tzcode/
H A Dzic.c139 # define symlink(from, to) (-1) macro
817 result = symlink(symlinkcontents, toname); in dolink()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dzic.c138 # define symlink(from, to) (-1) macro
816 result = symlink(symlinkcontents, toname); in dolink()
/third_party/ltp/lib/
H A Dsafe_macros.c516 rval = symlink(oldpath, newpath); in safe_symlink()
520 "symlink(%s,%s) failed", oldpath, newpath); in safe_symlink()
523 "Invalid symlink(%s,%s) return value %d", oldpath, in safe_symlink()
/third_party/libfuse/example/
H A Dpassthrough_hp.cc1122 sfs_oper.symlink = sfs_symlink; in assign_operations()
H A Dpassthrough_ll.c1146 .symlink = lo_symlink,
/third_party/libfuse/test/
H A Dtest_examples.py560 os.symlink("/imaginary/dest", fullname)
/third_party/rust/crates/libc/src/
H A Dwasi.rs664 pub fn symlink(path1: *const c_char, path2: *const c_char) -> ::c_int; in symlink() functions
/third_party/python/Lib/
H A Dpathlib.py28 _WINERROR_CANT_RESOLVE_FILENAME = 1921 # broken symlink pointing to itself
973 working directory. No normalization or symlink resolution is performed.
999 # In non-strict mode, realpath() doesn't raise on symlink loops.
1136 Like chmod(), except if the path points to a symlink, the symlink's
1160 Like stat(), except if the path points to a symlink, the symlink's
1193 Make this path a symlink pointing to the target path.
1194 Note the order of arguments (link, target) is the reverse of os.symlink.
1196 if not hasattr(os, "symlink")
[all...]
/third_party/toybox/toys/posix/
H A Dtar.c235 // Hard link or symlink? i=0 neither, i=1 hardlink, i=2 symlink in add_to_tar()
258 // !i because hardlink to a symlink is a thing. in add_to_tar()
500 if (symlink(TT.hdr.link_target, TT.hdr.name)) in extract_to_disk()

Completed in 68 milliseconds

12345678