Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/jni/
H A Dandroid_os_Debug.cpp802 std::string status_path = android::base::StringPrintf("/proc/meminfo"); in android_os_Debug_getFreeZramKb() local
803 UniqueFile file = MakeUniqueFile(status_path.c_str(), "re"); in android_os_Debug_getFreeZramKb()
H A Dandroid_util_Process.cpp1120 std::string status_path = in android_os_Process_getRss() local
1122 UniqueFile file = MakeUniqueFile(status_path.c_str(), "re"); in android_os_Process_getRss()