Home
last modified time | relevance | path

Searched defs:stat_fields (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/jni/
Dandroid_os_Debug.cpp82 struct stat_fields { struct
83 jfieldID pss_field;
84 jfieldID pssSwappable_field;
85 jfieldID privateDirty_field;
86 jfieldID sharedDirty_field;
87 jfieldID privateClean_field;
88 jfieldID sharedClean_field;
89 jfieldID swappedOut_field;
102 static stat_fields stat_fields[_NUM_CORE_HEAP]; variable