Searched refs:propStr (Results 1 – 1 of 1) sorted by relevance
2373 const std::string propStr = android::base::GetProperty(str, ""); in getProp() local2374 if (propStr.size() > 0) { in getProp()2375 return std::stoi(propStr); in getProp()