/third_party/gn/src/base/files/ |
H A D | file_util_posix.cc | 292 return ::symlink(target_path.value().c_str(), symlink_path.value().c_str()) != in CreateSymbolicLink()
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | mac_tool.py | 339 """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 D | mac_tool.py | 339 """Creates a symlink to |dest| named |link|. If |link| already exists, 343 os.symlink(dest, link)
|
/third_party/libfuse/lib/modules/ |
H A D | subdir.c | 585 .symlink = subdir_symlink,
|
H A D | iconv.c | 604 .symlink = iconv_symlink,
|
/third_party/toybox/lib/ |
H A D | lib.h | 90 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 D | lib.h | 90 char *symlink; member
|
/third_party/python/Lib/test/ |
H A D | test_pdb.py | 2283 os.symlink(os.path.join(dir_one, 'foo.py'), os.path.join(dir_two, 'foo.py'))
|
H A D | test_site.py | 591 os.symlink(sys.executable, exe_file)
|
/third_party/rust/crates/nix/test/ |
H A D | test_fcntl.rs | 219 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 D | api.js | [all...] |
/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/src/ |
H A D | mtpfs_fuse.cpp | 314 fuseOperations_.symlink = WrapSymLink; in MtpFileSystem()
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fuse_lowlevel.c | 626 if (req->f->op.symlink) in do_symlink() 627 req->f->op.symlink(req, linkname, nodeid, name); in do_symlink()
|
H A D | fuse.c | 762 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 D | configure.py | 2018 # 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__.py | 1463 """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 D | zic.c | 139 # 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 D | zic.c | 138 # define symlink(from, to) (-1) macro 816 result = symlink(symlinkcontents, toname); in dolink()
|
/third_party/ltp/lib/ |
H A D | safe_macros.c | 516 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 D | passthrough_hp.cc | 1122 sfs_oper.symlink = sfs_symlink; in assign_operations()
|
H A D | passthrough_ll.c | 1146 .symlink = lo_symlink,
|
/third_party/libfuse/test/ |
H A D | test_examples.py | 560 os.symlink("/imaginary/dest", fullname)
|
/third_party/rust/crates/libc/src/ |
H A D | wasi.rs | 664 pub fn symlink(path1: *const c_char, path2: *const c_char) -> ::c_int; in symlink() functions
|
/third_party/python/Lib/ |
H A D | pathlib.py | 28 _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 D | tar.c | 235 // 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()
|