Home
last modified time | relevance | path

Searched refs:FdPath (Results 1 – 7 of 7) sorted by relevance

/bionic/libc/private/
DFdPath.h19 class FdPath {
21 explicit FdPath(int fd) { in FdPath() function
/bionic/libc/bionic/
Dflistxattr.cpp57 return listxattr(FdPath(fd).c_str(), list, size); in flistxattr()
Dfchmod.cpp62 result = chmod(FdPath(fd).c_str(), mode); in fchmod()
Dfsetxattr.cpp57 return setxattr(FdPath(fd).c_str(), name, value, size, flags); in fsetxattr()
Dfgetxattr.cpp58 return getxattr(FdPath(fd).c_str(), name, value, size); in fgetxattr()
Dpty.cpp98 ssize_t count = readlink(FdPath(fd).c_str(), buf, len); in ttyname_r()
Dexec.cpp179 execve(FdPath(fd).c_str(), argv, envp); in fexecve()