Searched defs:linkpath (Results 1 – 10 of 10) sorted by relevance
44 char linkpath[sizeof("/proc/self/fd/%u") + sizeof(int) * 3]; in inode_of_sockfd() local
167 linkpath[1024]; /* Link path for symlinks... */ in cupsdExec() local
491 linkpath[1024]; /* Link path for symlinks... */ in cupsdStartProcess() local
814 linkpath[1024]; /* Link path for symlinks... */ in exec_filter() local
103 char linkpath[sizeof("/proc/%u/fd/%u") + 2 * sizeof(int)*3]; in getfdpath() local
763 let linkpath = tempdir.path().join("b"); in test_symlinkat() localVariable772 let linkpath = "d"; in test_symlinkat() localVariable
783 def linkpath(self): member in TarInfo788 def linkpath(self, linkname): member in TarInfo
967 linkpath = property(_getlinkpath, _setlinkpath) variable in TarInfo