Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dexploitability_linux.cc547 return !linux_maps || (linux_maps->GetPathname().compare("") && in StackPointerOffStack()
548 linux_maps->GetPathname().compare( in StackPointerOffStack()
559 if (linux_maps && (!linux_maps->GetPathname().compare( in ExecutableStackOrHeap()
561 !linux_maps->GetPathname().compare( in ExecutableStackOrHeap()
/external/google-breakpad/src/google_breakpad/processor/
Dminidump.h1049 const string GetPathname() const { return valid_ ? region_.path : ""; } in GetPathname() function