Searched refs:stat_fd (Results 1 – 1 of 1) sorted by relevance
133 unique_fd stat_fd(openat(fd, "stat", O_RDONLY | O_CLOEXEC)); in GetProcessInfoFromProcPidFd() local134 if (stat_fd == -1) { in GetProcessInfoFromProcPidFd()139 if (!android::base::ReadFdToString(stat_fd, &stat)) { in GetProcessInfoFromProcPidFd()