Searched refs:isDir (Results 1 – 4 of 4) sorted by relevance
128 context->isDir = true; in SetMasterParameters()332 … WRITE_LOG(LOG_DEBUG, "Dir = %d taskQueue size = %d", ctxNow.isDir, ctxNow.taskQueue.size()); in CommandDispatch()333 if (ctxNow.isDir && (ctxNow.taskQueue.size() > 0)) { in CommandDispatch()
67 bool isDir; // add for directory mode member
295 if (context->isDir) { in OnFileOpen()471 ctxNow.isDir = true; in CheckLocalPath()
475 if (!isDir(arkoalaSdkRoot)) {480 arkoalaSdkRoot = arkoalaPossiblePaths.find(possibleRootDir => isDir(possibleRootDir)) ?? '';489 function isDir(filePath: string): boolean { function