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