Home
last modified time | relevance | path

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

/external/strace/tests/
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-m32/
Dinode_of_sockfd.c44 char linkpath[sizeof("/proc/self/fd/%u") + sizeof(int) * 3]; in inode_of_sockfd() local
/external/strace/
Dpathtrace.c103 char linkpath[sizeof("/proc/%u/fd/%u") + 2 * sizeof(int)*3]; in getfdpath() local
/external/python/cpython3/Lib/
Dtarfile.py774 def linkpath(self): member in TarInfo
778 def linkpath(self, linkname): member in TarInfo
/external/python/cpython2/Lib/
Dtarfile.py967 linkpath = property(_getlinkpath, _setlinkpath) variable in TarInfo
/external/u-boot/fs/yaffs2/
Dyaffsfs.c3070 int yaffs_link(const YCHAR *oldpath, const YCHAR *linkpath) in yaffs_link()