Home
last modified time | relevance | path

Searched refs:mkdirsSync (Results 1 – 11 of 11) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/
Dutils.ts36 mkdirsSync,
128 mkdirsSync(path.dirname(filePath));
141 mkdirsSync(path.dirname(filePath));
172 mkdirsSync(temporaryModuleCacheDirPath);
184 mkdirsSync(path.dirname(pathName));
/developtools/ace_ets2bundle/compiler/src/
Dgen_aot.ts31 mkdirsSync,
119 mkdirsSync(projectConfig.anBuildOutPut);
153 mkdirsSync(path.dirname(builtinAbcPath));
Dprocess_module_files.ts27 mkdirsSync,
53 mkdirsSync(path.dirname(temporaryFile));
Dgen_merged_abc.ts39 mkdirsSync,
114 mkdirsSync(projectConfig.buildPath);
Dgen_abc_plugin.ts28 mkdirsSync,
514 mkdirsSync(projectConfig.buildPath);
608 mkdirsSync(path.dirname(npmEntriesProtoFilePath));
1002 mkdirsSync(path.dirname(hashJsonPath));
1136 mkdirsSync(projectConfig.patchAbcPath);
1166 mkdirsSync(path.dirname(protoFilePath));
1191 mkdirsSync(projectConfig.buildPath);
Dark_utils.ts50 mkdirsSync,
210 mkdirsSync(path.dirname(filePath));
498 mkdirsSync(path.dirname(jsFilePath));
Dutils.ts384 mkdirsSync(path.dirname(jsFilePath));
392 export function mkdirsSync(dirname: string): boolean { function
395 } else if (mkdirsSync(path.dirname(dirname))) {
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/
Dcommon_mode.ts30 mkdirsSync,
108 mkdirsSync(path.dirname(hashJsonPath));
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_hotreload_mode.ts30 mkdirsSync,
106 mkdirsSync(this.projectConfig.patchAbcPath);
Dmodule_mode.ts69 mkdirsSync,
579 mkdirsSync(path.dirname(this.protoFilePath));
593 mkdirsSync(this.projectConfig.aceModuleBuild);
633 mkdirsSync(path.dirname(this.npmEntriesProtoFilePath));
/developtools/ace_ets2bundle/compiler/
Dwebpack.config.js42 mkdirsSync,