Home
last modified time | relevance | path

Searched defs:symlink (Results 1 – 25 of 60) sorted by relevance

123

/external/guava/guava-tests/test/com/google/common/io/
DMoreFilesTest.java328 Path symlink = tempDir.resolve("linkToDir"); in testCreateParentDirectories_symlinkParentExists() local
480 Path symlink = fs.getPath("/symlinktodir"); in testDeleteRecursively_symlinkToDir() local
495 Path symlink = fs.getPath("/symlinktodir"); in testDeleteDirectoryContents_symlinkToDir() local
547 Path symlink = fs.getPath("/symlinktodir"); in testDeleteRecursively_symlinkToDir_sdsNotSupported_allowInsecure() local
574 Path symlink = fs.getPath("/symlinktodir"); in testDeleteDirectoryContents_symlinkToDir_sdsNotSupported_allowInsecure() local
643 Path symlink = fs.getPath("/symlinktodir"); in testDeleteRecursively_nonDirectoryFile() local
/external/musl/src/unistd/
Dsymlink.c5 int symlink(const char *existing, const char *new) in symlink() function
/external/rust/crates/tokio/src/fs/
Dsymlink.rs13 pub async fn symlink(src: impl AsRef<Path>, dst: impl AsRef<Path>) -> io::Result<()> { in symlink() function
/external/e2fsprogs/tests/f_badsymlinks2/
Dmkimage.sh21 symlink() { function
/external/toolchain-utils/llvm_tools/
Dupdate_chromeos_llvm_hash.py279 def UprevEbuildSymlink(symlink): argument
311 def UprevEbuildToVersion(symlink, svn_version, git_hash): argument
/external/cronet/buildtools/third_party/libc++/trunk/include/__filesystem/
Dfile_type.h31 symlink = 3, enumerator
/external/python/cpython2/Lib/test/
Dsymlink_support.py91 symlink = os.symlink if hasattr(os, 'symlink') else ( variable
/external/cronet/buildtools/third_party/libc++/trunk/test/std/input.output/filesystems/fs.op.funcs/fs.op.read_symlink/
Dread_symlink.pass.cpp80 path symlink; in basic_symlink_test() member
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.read_symlink/
Dread_symlink.pass.cpp84 path symlink; in TEST_CASE() member
/external/mesa3d/scons/
Dgallium.py48 def symlink(target, source, env): function
/external/python/cpython2/Lib/plat-mac/
Dbundlebuilder.py112 symlink = 0 variable in BundleBuilder
781 def symlink(src, dst, mkdirs=0): function
/external/rust/cxx/gen/src/
Dfs.rs110 fn symlink<'a>( in symlink() function
/external/squashfs-tools/squashfs-tools/
Dsquashfs_compat.h113 char symlink[0]; member
178 struct squashfs_symlink_inode_header_3 symlink; member
476 char symlink[0]; member
504 struct squashfs_symlink_inode_header_1 symlink; member
609 char symlink[0]; member
652 struct squashfs_symlink_inode_header_2 symlink; member
Dmksquashfs.h77 char symlink[0]; member
/external/cronet/buildtools/third_party/libc++/trunk/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy/
Dcopy.pass.cpp120 const path symlink = env.create_symlink(file, "sym"); in from_is_symlink() local
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy/
Dcopy.pass.cpp119 const path symlink = env.create_symlink(file, "sym"); in TEST_CASE() local
/external/rootdev/
Drootdev.c303 int rootdev_create_devices(const char *name, dev_t dev, bool symlink) { in rootdev_create_devices()
/external/squashfs-tools/kernel-2.4/include/linux/
Dsquashfs_fs.h279 char symlink[0]; member
324 struct squashfs_symlink_inode_header symlink; member
588 char symlink[0]; member
705 char symlink[0]; member
748 struct squashfs_symlink_inode_header_2 symlink; member
/external/toolchain-utils/compiler_wrapper/
Dtestutil_test.go221 func (ctx *testContext) symlink(oldname string, newname string) { func
/external/toybox/lib/
Dlib.h76 char *symlink; member
/external/python/parse_type/tasks/_vendor/
Dpathlib.py384 symlink = _wrap_binary_strfunc(os.symlink) variable in _NormalAccessor
386 def symlink(a, b, target_is_directory): member in _NormalAccessor
391 def symlink(a, b, target_is_directory): member in _NormalAccessor
/external/clang/
Dbuild.py131 def symlink(src, dst): function
/external/libfuse/include/
Dfuse_lowlevel.h441 void (*symlink) (fuse_req_t req, const char *link, fuse_ino_t parent, member
Dfuse.h349 int (*symlink) (const char *, const char *); member
/external/curl/lib/
Dftplistparser.c124 } symlink; member

123