Searched refs:status_path (Results 1 – 2 of 2) sorted by relevance
623 std::string status_path = android::base::StringPrintf("/proc/meminfo"); in android_os_Debug_getFreeZramKb() local624 UniqueFile file = MakeUniqueFile(status_path.c_str(), "re"); in android_os_Debug_getFreeZramKb()
1205 std::string status_path = in android_os_Process_getRss() local1207 UniqueFile file = MakeUniqueFile(status_path.c_str(), "re"); in android_os_Process_getRss()