Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_os_Debug.cpp623 std::string status_path = android::base::StringPrintf("/proc/meminfo"); in android_os_Debug_getFreeZramKb() local
624 UniqueFile file = MakeUniqueFile(status_path.c_str(), "re"); in android_os_Debug_getFreeZramKb()
Dandroid_util_Process.cpp1205 std::string status_path = in android_os_Process_getRss() local
1207 UniqueFile file = MakeUniqueFile(status_path.c_str(), "re"); in android_os_Process_getRss()