Home
last modified time | relevance | path

Searched defs:FileWrapper (Results 1 – 8 of 8) 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/java/org/unicode/cldr/util/
DCLDRConfig.java537 private static class FileWrapper { class in CLDRConfig
539 private FileWrapper() { in FileWrapper() method in CLDRConfig.FileWrapper
/external/zlib/google/
Dzip_reader_unittest.cc40 class FileWrapper { class
47 FileWrapper(const base::FilePath& path, AccessMode mode) { in FileWrapper() function in __anon2c2a38d50111::FileWrapper
/external/python/cpython2/Lib/
Drexec.py39 class FileWrapper(FileBase): class