Home
last modified time | relevance | path

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

/external/strace/tests-m32/
Dinode_of_sockfd.c44 char linkpath[sizeof("/proc/self/fd/%u") + sizeof(int) * 3]; in inode_of_sockfd() local
/external/strace/tests-mx32/
Dinode_of_sockfd.c44 char linkpath[sizeof("/proc/self/fd/%u") + sizeof(int) * 3]; in inode_of_sockfd() local
/external/strace/tests/
Dinode_of_sockfd.c44 char linkpath[sizeof("/proc/self/fd/%u") + sizeof(int) * 3]; in inode_of_sockfd() local
/external/libcups/scheduler/
Dutil.c167 linkpath[1024]; /* Link path for symlinks... */ in cupsdExec() local
Dprocess.c491 linkpath[1024]; /* Link path for symlinks... */ in cupsdStartProcess() local
Dcupsfilter.c814 linkpath[1024]; /* Link path for symlinks... */ in exec_filter() local
/external/strace/
Dpathtrace.c103 char linkpath[sizeof("/proc/%u/fd/%u") + 2 * sizeof(int)*3]; in getfdpath() local
/external/rust/crates/nix/test/
Dtest_unistd.rs763 let linkpath = tempdir.path().join("b"); in test_symlinkat() localVariable
772 let linkpath = "d"; in test_symlinkat() localVariable
/external/python/cpython3/Lib/
Dtarfile.py783 def linkpath(self): member in TarInfo
788 def linkpath(self, linkname): member in TarInfo
/external/python/cpython2/Lib/
Dtarfile.py967 linkpath = property(_getlinkpath, _setlinkpath) variable in TarInfo