HomeSort by relevance Sort by last modified time
    Searched defs:GetCStr (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/include/fxcrt/
fx_string.h 97 const FX_CHAR* GetCStr() const { return (const FX_CHAR*)m_Ptr; }
  /system/update_engine/
test_http_server.cc 500 inline const char *GetCStr(const off_t index) const {
504 return atoi(GetCStr(index));
507 return static_cast<size_t>(atol(GetCStr(index)));

Completed in 50 milliseconds