Searched refs:dent (Results 1 – 1 of 1) sorted by relevance
742 struct dirent* dent; in android_os_Debug_getDmabufMappedSizeKb() local743 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()