Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/jni/
H A Dfd_utils.cpp486 DIR* proc_fd_dir = opendir(kFdPath); in GetOpenFdsIgnoring() local
487 if (proc_fd_dir == nullptr) { in GetOpenFdsIgnoring()
494 int dir_fd = dirfd(proc_fd_dir); in GetOpenFdsIgnoring()
496 while ((dir_entry = readdir(proc_fd_dir)) != nullptr) { in GetOpenFdsIgnoring()
509 if (closedir(proc_fd_dir) == -1) { in GetOpenFdsIgnoring()