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,
881 let outputPath: string = genProtoFileName(moduleInfos[i].tempFilePath);
908 let outputPath: string = genProtoFileName(filterModuleInfos[i].tempFilePath);;
1173 let protoTempPath: string = genProtoFileName(moduleInfos[i].tempFilePath);
Dark_utils.ts530 export function genProtoFileName(temporaryFile: string): string { function