Searched defs:OpenReadOnly (Results 1 – 2 of 2) sorted by relevance
50 FileWrapper FileWrapper::OpenReadOnly(const char* file_name_utf8) { in OpenReadOnly() function in webrtc::FileWrapper55 FileWrapper FileWrapper::OpenReadOnly(const std::string& file_name_utf8) { in OpenReadOnly() function in webrtc::FileWrapper
49 base::ScopedFile OpenReadOnly(const char* path) { in OpenReadOnly() function