Searched refs:recordName (Results 1 – 7 of 7) sorted by relevance
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/ |
| D | module_mode.ts | 89 recordName: string; property in ModuleInfo 94 …constructor(filePath: string, cacheFilePath: string, isCommonJs: boolean, recordName: string, sour… 99 this.recordName = recordName; 255 …let recordName: string = getOhmUrlByFilepath(filePath, this.projectConfig, this.logger, namespace); 272 recordName = toUnixPath(recordName); 276 …moduleInfos.set(filePath, new ModuleInfo(filePath, cacheFilePath, isCommonJs, recordName, sourceFi… 351 …filesInfo += `${info.cacheFilePath};${info.recordName};${moduleType};${info.sourceFile};${info.pac…
|
| /developtools/ace_ets2bundle/compiler/src/ |
| D | gen_module_abc.ts | 42 …`${info.tempFilePath};${info.recordName};${moduleType};${toUnixPath(info.sourceFile)};${info.packa…
|
| D | gen_merged_abc.ts | 65 …filesInfo += `${info.tempFilePath};${info.recordName};${moduleType};${toUnixPath(sourceFile)};${in…
|
| D | gen_abc_plugin.ts | 134 recordName: string; property in ModuleInfo 146 this.recordName = getOhmUrlByFilepath(filePath, projectConfig, logger); 1259 const recordName: string = 'null_recordName'; constant 1263 filesInfo += `${cacheOutputPath};${recordName};${moduleType};${sourceFile};${abcFilePath}\n`;
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/ |
| D | gen_abc.ts | 59 …content += `${info.cacheFilePath};${info.recordName};${moduleType};${info.sourceFile};${info.packa…
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/bundle/ |
| D | bundle_mode.ts | 180 const recordName: string = 'null_recordName'; constant 184 filesInfo += `${cacheFilePath};${recordName};${moduleType};${sourceFile};${abcFilePath}\n`;
|
| /developtools/ace_js2bundle/ace-loader/src/ |
| D | genAbc-plugin.js | 630 const recordName = 'null_recordName'; 634 filesInfo += `${cacheOutputPath};${recordName};${moduleType};${sourceFile};${abcFilePath}\n`;
|