Searched defs:Oscl_File (Results 1 - 2 of 2) sorted by relevance

/external/opencore/oscl/oscl/osclio/src/
H A Doscl_file_io.cpp38 OSCL_EXPORT_REF Oscl_File::Oscl_File() function in class:Oscl_File
46 void Oscl_File::Construct()
70 void Oscl_File::OldCacheDefaults()
96 void Oscl_File::OldCacheSelect(uint32 aCacheSize)
115 OSCL_EXPORT_REF Oscl_File::Oscl_File(uint32 cacheSize) function in class:Oscl_File
123 OSCL_EXPORT_REF Oscl_File::Oscl_File(uint32 cacheSize, OsclFileHandle* aHandle) function in class:Oscl_File
131 OSCL_EXPORT_REF Oscl_File
[all...]
H A Doscl_file_io.h32 \brief The file oscl_file_io.h defines the class Oscl_File. This is the
70 class Oscl_File : public HeapBase class in inherits:HeapBase
128 OSCL_IMPORT_REF Oscl_File();
135 OSCL_IMPORT_REF Oscl_File(uint32 aCacheSize);
142 OSCL_IMPORT_REF Oscl_File(uint32 aCacheSize, OsclFileHandle* aFileHandle);
147 OSCL_IMPORT_REF ~Oscl_File();
213 * SetFileHandle adds an open file handle to the Oscl_File object.
214 * The Oscl_File object will use that handle to access the file.
216 * This call is not available when the Oscl_File object is already
226 * call Oscl_File
[all...]

Completed in 10 milliseconds