Home
last modified time | relevance | path

Searched refs:isDir (Results 1 – 4 of 4) sorted by relevance

/developtools/hdc/src/common/
Dfile.cpp128 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()
Dtransfer.h67 bool isDir; // add for directory mode member
Dtransfer.cpp295 if (context->isDir) { in OnFileOpen()
471 ctxNow.isDir = true; in CheckLocalPath()
/developtools/ace_ets2bundle/compiler/src/fast_build/ets_ui/
Drollup-plugin-ets-typescript.ts475 if (!isDir(arkoalaSdkRoot)) {
480 arkoalaSdkRoot = arkoalaPossiblePaths.find(possibleRootDir => isDir(possibleRootDir)) ?? '';
489 function isDir(filePath: string): boolean { function