Home
last modified time | relevance | path

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

/system/memory/libmeminfo/vts/
Dvts_meminfo_test.cpp30 ASSERT_TRUE(IsSmapsRollupSupported(1)); in TEST()
/system/memory/libmeminfo/include/meminfo/
Dprocmeminfo.h120 bool IsSmapsRollupSupported(pid_t pid);
/system/memory/libmeminfo/
Dprocmeminfo.cpp204 "/proc/%d/%s", pid_, IsSmapsRollupSupported(pid_) ? "smaps_rollup" : "smaps"); in SmapsOrRollup()
210 "/proc/%d/%s", pid_, IsSmapsRollupSupported(pid_) ? "smaps_rollup" : "smaps"); in SmapsOrRollupPss()
492 bool IsSmapsRollupSupported(pid_t pid) { in IsSmapsRollupSupported() function
Dlibmeminfo_test.cpp214 bool supported = IsSmapsRollupSupported(pid); in TEST()
218 EXPECT_EQ(supported, IsSmapsRollupSupported(-1)); in TEST()