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