HomeSort by relevance Sort by last modified time
    Searched defs:proc_maps (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/base/debug/
proc_maps_linux_unittest.cc 184 std::string proc_maps; local
185 ASSERT_TRUE(ReadProcMaps(&proc_maps));
188 ASSERT_TRUE(ParseProcMaps(proc_maps, &regions));
192 // mapped into memory. Use the address of |proc_maps| as a way of finding the
196 uintptr_t address = reinterpret_cast<uintptr_t>(&proc_maps);
236 std::string proc_maps(old_string);
237 ASSERT_TRUE(ReadProcMaps(&proc_maps));
238 EXPECT_EQ(std::string::npos, proc_maps.find(old_string));
stack_trace_android.cc 83 std::string proc_maps; local
91 if (!ReadProcMaps(&proc_maps)) {
94 } else if (!ParseProcMaps(proc_maps, &regions)) {

Completed in 105 milliseconds