Home
last modified time | relevance | path

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

123

/external/guava/guava-tests/test/com/google/common/io/
DMoreFilesTest.java327 Path symlink = tempDir.resolve("linkToDir"); in testCreateParentDirectories_symlinkParentExists() local
479 Path symlink = fs.getPath("/symlinktodir"); in testDeleteRecursively_symlinkToDir() local
494 Path symlink = fs.getPath("/symlinktodir"); in testDeleteDirectoryContents_symlinkToDir() local
546 Path symlink = fs.getPath("/symlinktodir"); in testDeleteRecursively_symlinkToDir_sdsNotSupported_allowInsecure() local
562 Path symlink = fs.getPath("/symlinktodir"); in testDeleteDirectoryContents_symlinkToDir_sdsNotSupported_allowInsecure() local
631 Path symlink = fs.getPath("/symlinktodir"); in testDeleteRecursively_nonDirectoryFile() local
/external/toolchain-utils/llvm_tools/
Dupdate_chromeos_llvm_hash.py238 def UprevEbuildSymlink(symlink): argument
269 def UprevEbuildToVersion(symlink, svn_version): argument
/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/llvm-project/libcxx/cmake/Modules/
DDefineLinkerScript.cmake26 set(symlink "$<TARGET_LINKER_FILE:${target}>") variable
/external/python/cpython2/Lib/test/
Dsymlink_support.py91 symlink = os.symlink if hasattr(os, 'symlink') else ( variable
/external/openssh/
Dsftp-realpath.c66 char left[PATH_MAX], next_token[PATH_MAX], symlink[PATH_MAX]; in sftp_realpath() local
/external/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.read_symlink/
Dread_symlink.pass.cpp83 path symlink; in TEST_CASE() 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/llvm-project/llvm/unittests/Support/
DFileCollectorTest.cpp217 TempLink symlink(file_root.path("foo"), file_root.path("bar")); in TEST() local
265 TempLink symlink(file_root.path("a"), file_root.path("b")); in TEST() local
/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.rs94 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/libyuv/files/
Dsetup_links.py239 def symlink(source_path, link_path): function
/external/toolchain-utils/compiler_wrapper/
Dtestutil_test.go170 func (ctx *testContext) symlink(oldname string, newname string) { func
/external/rootdev/
Drootdev.c303 int rootdev_create_devices(const char *name, dev_t dev, bool symlink) { in rootdev_create_devices()
/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/llvm-project/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/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/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/toybox/lib/
Dlib.h90 char *symlink; member
/external/clang/
Dbuild.py131 def symlink(src, dst): function
/external/python/cpython3/Lib/
Dpathlib.py437 symlink = os.symlink variable in _NormalAccessor
439 def symlink(a, b, target_is_directory): member in _NormalAccessor
444 def symlink(a, b, target_is_directory): member in _NormalAccessor

123