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