Searched refs:GetCStr (Results 1 – 1 of 1) sorted by relevance
512 inline const char* GetCStr(const off_t index) const { in GetCStr() function in chromeos_update_engine::UrlTerms515 inline int GetInt(const off_t index) const { return atoi(GetCStr(index)); } in GetInt()517 return static_cast<size_t>(atol(GetCStr(index))); in GetSizeT()