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