Searched defs:ParseInt (Results 1 - 2 of 2) sorted by relevance

/system/core/base/include/android-base/
H A Dparseint.h62 bool ParseInt(const char* s, T* out, function in namespace:android::base
81 bool ParseInt(const std::string& s, T* out, function in namespace:android::base
84 return ParseInt(s.c_str(), out, min, max);
/system/update_engine/
H A Domaha_request_action.cc799 off_t ParseInt(const string& str) { function in namespace:chromeos_update_engine::__anon2714
1075 output_object->max_days_to_scatter = ParseInt(attrs[kTagMaxDaysToScatter]);

Completed in 71 milliseconds