Home
last modified time | relevance | path

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

/frameworks/native/libs/binderdebug/
DBinderDebug.cpp82 const std::string ptrString = "0x" + token.substr(1); in getBinderPidInfo() local
83 if (!::android::base::ParseUint(ptrString.c_str(), &ptr)) { in getBinderPidInfo()
84 LOG(ERROR) << "Failed to parse pointer: " << ptrString; in getBinderPidInfo()