Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_os_Debug.cpp742 struct dirent* dent; in android_os_Debug_getDmabufMappedSizeKb() local
743 while ((dent = readdir(dir.get()))) { in android_os_Debug_getDmabufMappedSizeKb()
744 if (dent->d_type != DT_DIR) continue; in android_os_Debug_getDmabufMappedSizeKb()
746 int pid = atoi(dent->d_name); in android_os_Debug_getDmabufMappedSizeKb()