Home
last modified time | relevance | path

Searched refs:currentDir (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore/lite/micro/coder/utils/
Ddir_utils.cc54 static int MkMicroDir(const std::string &currentDir) { in MkMicroDir() argument
57 std::string readMeFile = currentDir + "\\readMe.txt"; in MkMicroDir()
61 if (_mkdir(currentDir.c_str()) != 0) { in MkMicroDir()
62 MS_LOG(ERROR) << currentDir << ": mkdir failed, please check filePath!!!"; in MkMicroDir()
70 currentFile.open(currentDir); in MkMicroDir()
72 if (mkdir(currentDir.c_str(), kMicroDirMode) != 0) { in MkMicroDir()
73 MS_LOG(ERROR) << currentDir << ": mkdir failed, please check filePath!!!"; in MkMicroDir()
/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/scripts/
Dtravis-gh-pages12 currentDir=$(pwd)
14 $currentDir/node_modules/.bin/gh-pages-generator
/third_party/typescript_eslint/packages/typescript-estree/src/create-program/
DcreateWatchProgram.ts449 const currentDir = canonicalDirname(filePath); constant
451 let next = currentDir;
458 if (currentDir !== current) {
459 cb(currentDir, ts.FileWatcherEventKind.Changed);
/third_party/typescript/src/compiler/
Dwatch.ts344 const currentDir = program.getCurrentDirectory(); constant
346 const filepath = getNormalizedAbsolutePath(file, currentDir);
/third_party/flutter/flutter/packages/flutter_tools/lib/src/base/
Duser_messages.dart257 String runnerWrongFlutterInstance(String flutterRoot, String currentDir) =>
260 ' current directory: $currentDir\n'
/third_party/vk-gl-cts/external/vulkancts/scripts/
Dohos_gen_framework.py2439 currentDir = os.getcwd() variable
2460 os.chdir(currentDir)
Dgen_framework.py2433 currentDir = os.getcwd() variable
2454 os.chdir(currentDir)