Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/jni/
H A Dandroid_database_CursorWindow.cpp71 char fdpath[PATH_MAX]; in getFdCount() local
73 snprintf(fdpath, PATH_MAX, "/proc/%d/fd", getpid()); in getFdCount()
74 DIR *dir = opendir(fdpath); in getFdCount()