Home
last modified time | relevance | path

Searched refs:isWrite (Results 1 – 3 of 3) sorted by relevance

/developtools/hdc/src/common/
Dfile_descriptor.cpp59 void HdcFileDescriptor::FileIOOnThread(CtxFileIO *ctxIO, int bufSize, bool isWrite) in FileIOOnThread() argument
78 if (isWrite) { in FileIOOnThread()
106 if (isWrite && bufSize == 0) { in FileIOOnThread()
108 … } else if (!isWrite && !thisClass->callbackRead(thisClass->callerContext, buf, nBytes)) { in FileIOOnThread()
Dfile_descriptor.h46 static void FileIOOnThread(CtxFileIO *ctxIO, int bufSize, bool isWrite);
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/
Dgenerate_bundle_abc.ts26 export function generateBundleAbc(options: any, bundle: any, isWrite: boolean) {