Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dexploitability_linux.cc243 return !linux_maps || (linux_maps->GetPathname().compare("") && in StackPointerOffStack()
244 linux_maps->GetPathname().compare( in StackPointerOffStack()
255 if (linux_maps && (!linux_maps->GetPathname().compare( in ExecutableStackOrHeap()
257 !linux_maps->GetPathname().compare( in ExecutableStackOrHeap()
/external/google-breakpad/src/google_breakpad/processor/
Dminidump.h1134 const string GetPathname() const { return valid_ ? region_.path : ""; } in GetPathname() function