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