Searched refs:pathFd (Results 1 – 1 of 1) sorted by relevance
4027 unique_fd pathFd(open(filePath.c_str(), O_RDONLY | O_CLOEXEC | O_NOFOLLOW | O_PATH)); in enableFsverity() local4031 if (pathFd.get() < 0) { in enableFsverity()4036 std::string procFdPath(StringPrintf("/proc/self/fd/%d", pathFd.get())); in enableFsverity()4039 PLOG(DEBUG) << "Failed to stat proc fd " << pathFd.get() << " -> " << filePath; in enableFsverity()