Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dfd_utils.cpp47 static const char kFdPath[] = "/proc/self/fd"; variable
436 DIR* d = opendir(kFdPath); in Create()
438 *error_msg = std::string("Unable to open directory ").append(kFdPath); in Create()
476 DIR* d = opendir(kFdPath); in Restat()
479 kFdPath, in Restat()