Home
last modified time | relevance | path

Searched defs:FileWrapper (Results 1 – 9 of 9) sorted by relevance

/external/libxaac/test/
Dixheaacd_fileifc.h41 typedef struct FileWrapper { struct
56 } FileWrapper, *FileWrapperPtr; argument
/external/webrtc/rtc_base/system/
Dfile_wrapper.h49 explicit FileWrapper(FILE* file) : file_(file) {} in FileWrapper() function
Dfile_wrapper.cc71 FileWrapper::FileWrapper(FileWrapper&& other) { in FileWrapper() function in webrtc::FileWrapper
/external/python/cpython3/Lib/wsgiref/
Dutil.py11 class FileWrapper: class
/external/python/cpython2/Lib/wsgiref/
Dutil.py11 class FileWrapper: class
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DCLDRConfig.java492 private static class FileWrapper { class in CLDRConfig
494 private FileWrapper() { in FileWrapper() method in CLDRConfig.FileWrapper
/external/angle/third_party/zlib/google/
Dzip_reader_unittest.cc46 class FileWrapper { class
50 FileWrapper(const base::FilePath& path, AccessMode mode) { in FileWrapper() function in __anon47e831300111::FileWrapper
/external/zlib/google/
Dzip_reader_unittest.cc46 class FileWrapper { class
50 FileWrapper(const base::FilePath& path, AccessMode mode) { in FileWrapper() function in __anon8ec1f0810111::FileWrapper
/external/python/cpython2/Lib/
Drexec.py39 class FileWrapper(FileBase): class