Searched refs:smaps_path (Results 1 – 1 of 1) sorted by relevance
438 std::string smaps_path = base::StringPrintf("/proc/%d/smaps", pid); in load_maps() local439 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() local531 UniqueFile fp = MakeUniqueFile(smaps_path.c_str(), "re"); in android_os_Debug_getPssPid()