Home
last modified time | relevance | path

Searched refs:workerFileName (Results 1 – 5 of 5) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/
Dmanage_workers.ts69 let workerFileName: string = `filesInfo_${sn}.txt`; variable
70 workerData['workerFileName'] = workerFileName;
Dgen_module_abc.ts33 function js2abcByWorkers(jsonInput: string, cmd: string, workerFileName: string): Promise<void> {
36 let filePath: string = path.join(process.env.cachePath, workerFileName);
Dgen_abc_plugin.ts1330 let workerFileName: string = `filesInfo_${sn}.txt`;
1331 workerData['workerFileName'] = workerFileName;
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/
Dgen_abc.ts51 function genAbcByWorkersOfModuleMode(jsonInput: string, cmd: string, workerFileName: string,
54 const filePath: string = path.join(cachePath, workerFileName);
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_mode.ts493 const workerFileName: string = `${FILESINFO}_${sn}${EXTNAME_TXT}`; constant
497 workerFileName: workerFileName,