Home
last modified time | relevance | path

Searched refs:GetCStr (Results 1 – 1 of 1) sorted by relevance

/aosp12/system/update_engine/
H A Dtest_http_server.cc514 inline const char* GetCStr(const off_t index) const { in GetCStr() function in chromeos_update_engine::UrlTerms
517 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()