/aosp_15_r20/external/strace/tests-m32/ |
H A D | inode_of_sockfd.c | 44 char linkpath[sizeof("/proc/self/fd/%u") + sizeof(int) * 3]; in inode_of_sockfd() local
|
/aosp_15_r20/external/strace/tests-mx32/ |
H A D | inode_of_sockfd.c | 44 char linkpath[sizeof("/proc/self/fd/%u") + sizeof(int) * 3]; in inode_of_sockfd() local
|
/aosp_15_r20/external/strace/tests/ |
H A D | inode_of_sockfd.c | 44 char linkpath[sizeof("/proc/self/fd/%u") + sizeof(int) * 3]; in inode_of_sockfd() local
|
/aosp_15_r20/system/vold/ |
H A D | Utils.cpp | 569 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 D | util.c | 167 linkpath[1024]; /* Link path for symlinks... */ in cupsdExec() local
|
H A D | process.c | 491 linkpath[1024]; /* Link path for symlinks... */ in cupsdStartProcess() local
|
H A D | cupsfilter.c | 814 linkpath[1024]; /* Link path for symlinks... */ in exec_filter() local
|
/aosp_15_r20/external/strace/ |
H A D | pathtrace.c | 103 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/ |
D | test_unistd.rs | 877 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/ |
D | tarfile.py | 906 def linkpath(self): member in TarInfo 911 def linkpath(self, linkname): member in TarInfo
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | tarfile.py | 906 def linkpath(self): member in TarInfo 911 def linkpath(self, linkname): member in TarInfo
|
/aosp_15_r20/external/liburing/src/include/ |
H A D | liburing.h | 774 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/ |
D | tarfile.py | 906 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/ |
D | tarfile.py | 906 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 D | tarfile.py | 906 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/ |
D | tarfile.py | 906 def linkpath(self): member in TarInfo 911 def linkpath(self, linkname): member in TarInfo
|
/aosp_15_r20/system/core/init/ |
H A D | builtins.cpp | 773 static int MakeSymlink(const std::string& target, const std::string& linkpath) { in MakeSymlink()
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | tarfile.py | 967 linkpath = property(_getlinkpath, _setlinkpath) variable in TarInfo
|