Searched defs:FileWrapper (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dfile_wrapper.h25 class FileWrapper : public InStream, public OutStream { class in namespace:webrtc
30 static FileWrapper* Create();
/external/webrtc/src/system_wrappers/interface/
H A Dfile_wrapper.h24 class FileWrapper : public InStream, public OutStream class in namespace:webrtc
30 static FileWrapper* Create();
/external/chromium_org/third_party/zlib/google/
H A Dzip_reader_unittest.cc29 class FileWrapper { class in namespace:__anon16401
36 FileWrapper(const base::FilePath& path, AccessMode mode) { function in class:__anon16401::FileWrapper
46 ~FileWrapper() {}
184 FileWrapper zip_fd_wrapper(test_zip_file_, FileWrapper::READ_ONLY);
221 FileWrapper zip_fd_wrapper(test_zip_file_, FileWrapper::READ_ONLY);
273 FileWrapper zip_fd_wrapper(test_zip_file_, FileWrapper::READ_ONLY);
293 FileWrapper zip_fd_wrappe
[all...]

Completed in 222 milliseconds