Home
last modified time | relevance | path

Searched refs:genProtoFileName (Results 1 – 2 of 2) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/
Dgen_abc_plugin.ts41 genProtoFileName,
882 let outputPath: string = genProtoFileName(moduleInfos[i].tempFilePath);
909 let outputPath: string = genProtoFileName(filterModuleInfos[i].tempFilePath);;
1174 let protoTempPath: string = genProtoFileName(moduleInfos[i].tempFilePath);
Dark_utils.ts632 export function genProtoFileName(temporaryFile: string): string { function