HomeSort by relevance Sort by last modified time
    Searched refs:kFdPath (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/jni/
fd_utils.cpp 47 static const char kFdPath[] = "/proc/self/fd";
355 DIR* d = opendir(kFdPath);
357 PLOG(ERROR) << "Unable to open directory " << std::string(kFdPath);
395 DIR* d = opendir(kFdPath);
397 PLOG(ERROR) << "Unable to open directory " << std::string(kFdPath);
  /external/minijail/
libminijail.c     [all...]

Completed in 159 milliseconds