Searched refs:currentDir (Results 1 – 7 of 7) sorted by relevance
54 static int MkMicroDir(const std::string ¤tDir) { in MkMicroDir() argument57 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()
12 currentDir=$(pwd)14 $currentDir/node_modules/.bin/gh-pages-generator
449 const currentDir = canonicalDirname(filePath); constant451 let next = currentDir;458 if (currentDir !== current) {459 cb(currentDir, ts.FileWatcherEventKind.Changed);
344 const currentDir = program.getCurrentDirectory(); constant346 const filepath = getNormalizedAbsolutePath(file, currentDir);
257 String runnerWrongFlutterInstance(String flutterRoot, String currentDir) =>260 ' current directory: $currentDir\n'
2439 currentDir = os.getcwd() variable2460 os.chdir(currentDir)
2433 currentDir = os.getcwd() variable2454 os.chdir(currentDir)