HomeSort by relevance Sort by last modified time
    Searched refs:iAsyncFile (Results 1 - 2 of 2) sorted by null

  /external/opencore/oscl/oscl/osclio/src/
oscl_file_io.cpp 61 iAsyncFile = NULL;
144 if (iAsyncFile)
145 OsclAsyncFile::Delete(iAsyncFile);
146 iAsyncFile = NULL;
285 if (iAsyncFile)
286 OsclAsyncFile::Delete(iAsyncFile);
287 iAsyncFile = NULL;
289 OSCL_TRY(err, iAsyncFile = OsclAsyncFile::NewL(*iNativeFile, iAsyncReadBufferSize, iAsyncLogger););
290 if (!iAsyncFile)
296 if (iAsyncFile)
    [all...]
oscl_file_io.h 440 OsclAsyncFile* iAsyncFile;

Completed in 943 milliseconds