Searched refs:GetPathname (Results 1 – 2 of 2) sorted by relevance
547 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()
1049 const string GetPathname() const { return valid_ ? region_.path : ""; } in GetPathname() function