Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_os_Debug.cpp438 std::string smaps_path = base::StringPrintf("/proc/%d/smaps", pid); in load_maps() local
439 UniqueFile fp = MakeUniqueFile(smaps_path.c_str(), "re"); in load_maps()
530 std::string smaps_path = base::StringPrintf("/proc/%d/smaps", pid); in android_os_Debug_getPssPid() local
531 UniqueFile fp = MakeUniqueFile(smaps_path.c_str(), "re"); in android_os_Debug_getPssPid()