Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/jni/
H A Dfd_utils.cpp494 DIR* proc_fd_dir = opendir(kFdPath); in GetOpenFdsIgnoring() local
495 if (proc_fd_dir == nullptr) { in GetOpenFdsIgnoring()
502 int dir_fd = dirfd(proc_fd_dir); in GetOpenFdsIgnoring()
504 while ((dir_entry = readdir(proc_fd_dir)) != nullptr) { in GetOpenFdsIgnoring()
517 if (closedir(proc_fd_dir) == -1) { in GetOpenFdsIgnoring()