Lines Matching refs:opRun
356 const opRun = (op,...args)=>{ function
382 opRun('opfs-async-shutdown');
688 rc = opRun('xClose', pFile);
701 ? opRun('xSync', pFile, 0)
708 const rc = opRun('xFileSize', pFile);
721 rc = opRun('xLock', pFile, lockType);
734 rc = opRun('xRead',pFile, n, Number(offset64));
756 const rc = opRun('xTruncate', pFile, Number(sz64));
766 rc = opRun('xUnlock', pFile, lockType);
778 rc = opRun('xWrite', pFile, n, Number(offset64));
795 const rc = opRun('xAccess', wasm.cstringToJs(zName));
815 opRun('xDelete', wasm.cstringToJs(zName), doSyncDir, false);
848 const rc = opRun('xOpen', pFile, zName, flags);