Home
last modified time | relevance | path

Searched defs:linkpath (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/strace/tests-m32/
H A Dinode_of_sockfd.c44 char linkpath[sizeof("/proc/self/fd/%u") + sizeof(int) * 3]; in inode_of_sockfd() local
/aosp_15_r20/external/strace/tests-mx32/
H A Dinode_of_sockfd.c44 char linkpath[sizeof("/proc/self/fd/%u") + sizeof(int) * 3]; in inode_of_sockfd() local
/aosp_15_r20/external/strace/tests/
H A Dinode_of_sockfd.c44 char linkpath[sizeof("/proc/self/fd/%u") + sizeof(int) * 3]; in inode_of_sockfd() local
/aosp_15_r20/system/vold/
H A DUtils.cpp569 status_t Symlink(const std::string& target, const std::string& linkpath) { in Symlink()
580 status_t Unlink(const std::string& linkpath) { in Unlink()
1641 std::string linkpath(StringPrintf("/mnt/user/%d/self", user_id)); in MountUserFuse() local
/aosp_15_r20/external/libcups/scheduler/
H A Dutil.c167 linkpath[1024]; /* Link path for symlinks... */ in cupsdExec() local
H A Dprocess.c491 linkpath[1024]; /* Link path for symlinks... */ in cupsdStartProcess() local
H A Dcupsfilter.c814 linkpath[1024]; /* Link path for symlinks... */ in exec_filter() local
/aosp_15_r20/external/strace/
H A Dpathtrace.c103 char linkpath[sizeof("/proc/%u/fd/%u") + 2 * sizeof(int)*3]; in getfdpath() local
/aosp_15_r20/external/rust/android-crates-io/crates/nix/test/
Dtest_unistd.rs877 let linkpath = tempdir.path().join("b"); in test_symlinkat() localVariable
886 let linkpath = "d"; in test_symlinkat() localVariable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dtarfile.py906 def linkpath(self): member in TarInfo
911 def linkpath(self, linkname): member in TarInfo
/aosp_15_r20/external/python/cpython3/Lib/
Dtarfile.py906 def linkpath(self): member in TarInfo
911 def linkpath(self, linkname): member in TarInfo
/aosp_15_r20/external/liburing/src/include/
H A Dliburing.h774 const char *linkpath) in io_uring_prep_symlinkat()
781 const char *target, const char *linkpath) in io_uring_prep_symlink()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dtarfile.py906 def linkpath(self): member in TarInfo
911 def linkpath(self, linkname): member in TarInfo
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dtarfile.py906 def linkpath(self): member in TarInfo
911 def linkpath(self, linkname): member in TarInfo
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dtarfile.py906 def linkpath(self): member in TarInfo
911 def linkpath(self, linkname): member in TarInfo
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dtarfile.py906 def linkpath(self): member in TarInfo
911 def linkpath(self, linkname): member in TarInfo
/aosp_15_r20/system/core/init/
H A Dbuiltins.cpp773 static int MakeSymlink(const std::string& target, const std::string& linkpath) { in MakeSymlink()
/aosp_15_r20/external/python/cpython2/Lib/
Dtarfile.py967 linkpath = property(_getlinkpath, _setlinkpath) variable in TarInfo