Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
DInstalldNativeService.cpp4036 std::string procFdPath(StringPrintf("/proc/self/fd/%d", pathFd.get())); in enableFsverity() local
4038 if (stat(procFdPath.c_str(), &stFromPath) < 0) { in enableFsverity()
4050 unique_fd rfd(open(procFdPath.c_str(), O_RDONLY | O_CLOEXEC)); in enableFsverity()