Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dfd_utils.cpp52 static const char kFdPath[] = "/proc/self/fd"; variable
453 DIR* proc_fd_dir = opendir(kFdPath); in Create()
455 fail_fn(std::string("Unable to open directory ").append(kFdPath)); in Create()
486 DIR* proc_fd_dir = opendir(kFdPath); in Restat()
489 kFdPath, in Restat()