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