Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dfd_utils.cpp499 DIR* proc_fd_dir = opendir(kFdPath); in GetOpenFdsIgnoring() local
500 if (proc_fd_dir == nullptr) { in GetOpenFdsIgnoring()
507 int dir_fd = dirfd(proc_fd_dir); in GetOpenFdsIgnoring()
509 while ((dir_entry = readdir(proc_fd_dir)) != nullptr) { in GetOpenFdsIgnoring()
522 if (closedir(proc_fd_dir) == -1) { in GetOpenFdsIgnoring()