Searched refs:isWrite (Results 1 – 3 of 3) sorted by relevance
59 void HdcFileDescriptor::FileIOOnThread(CtxFileIO *ctxIO, int bufSize, bool isWrite) in FileIOOnThread() argument78 if (isWrite) { in FileIOOnThread()106 if (isWrite && bufSize == 0) { in FileIOOnThread()108 … } else if (!isWrite && !thisClass->callbackRead(thisClass->callerContext, buf, nBytes)) { in FileIOOnThread()
46 static void FileIOOnThread(CtxFileIO *ctxIO, int bufSize, bool isWrite);
26 export function generateBundleAbc(options: any, bundle: any, isWrite: boolean) {