Searched refs:procFdPath (Results 1 – 1 of 1) sorted by relevance
4036 std::string procFdPath(StringPrintf("/proc/self/fd/%d", pathFd.get())); in enableFsverity() local4038 if (stat(procFdPath.c_str(), &stFromPath) < 0) { in enableFsverity()4050 unique_fd rfd(open(procFdPath.c_str(), O_RDONLY | O_CLOEXEC)); in enableFsverity()