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.cpp77 struct stat_fields { struct
78 jfieldID pss_field;
79 jfieldID pssSwappable_field;
80 jfieldID privateDirty_field;
81 jfieldID sharedDirty_field;
82 jfieldID privateClean_field;
83 jfieldID sharedClean_field;
84 jfieldID swappedOut_field;
97 static stat_fields stat_fields[_NUM_CORE_HEAP]; variable