Home
last modified time | relevance | path

Searched refs:unlinkSync (Results 1 – 8 of 8) sorted by relevance

/developtools/ace_js2bundle/ace-loader/src/
DgenBin-plugin.js101 fs.unlinkSync(inputPath)
118 fs.unlinkSync(filePath)
DgenAbc-plugin.js429 fs.unlinkSync(cacheOutputPath);
594 unlinkSync(filesInfoPath);
617 unlinkSync(filesInfoPath);
664 function unlinkSync(filePath) { function
666 fs.unlinkSync(filePath);
778 fs.unlinkSync(hashFilePath);
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/bundle/
Dbundle_mode.ts51 unlinkSync,
386 fs.unlinkSync(value.cacheFilePath);
391 unlinkSync(this.filesInfoPath);
397 fs.unlinkSync(this.hashJsonFilePath);
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_mode.ts729 fs.unlinkSync(abcCacheFilePath);
732 fs.unlinkSync(this.cacheFilePath);
738 fs.unlinkSync(this.hashJsonFilePath);
746 fs.unlinkSync(protoFilePath);
749 fs.unlinkSync(this.protoFilePath);
/developtools/smartperf_host/ide/
Dwebpack.config.js70 fs.unlinkSync(filePath); // 删除文件
/developtools/ace_js2bundle/ace-loader/
Dmain.product.js42 fs.unlinkSync(curPath);
/developtools/ace_ets2bundle/compiler/src/
Dgen_abc_plugin.ts32 unlinkSync,
1060 fs.unlinkSync(cacheOutputPath);
1224 unlinkSync(filesInfoPath);
1247 unlinkSync(filesInfoPath);
Dutils.ts523 export function unlinkSync(filePath: string): void { function
525 fs.unlinkSync(filePath);