Searched refs:tempFilePath (Results 1 – 7 of 7) sorted by relevance
| /developtools/ace_ets2bundle/compiler/src/ |
| D | gen_abc_plugin.ts | 130 tempFilePath: string; property in ModuleInfo 138 constructor(filePath: string, tempFilePath: string, buildFilePath: string, 141 this.tempFilePath = tempFilePath; 367 function processNodeModulesFile(filePath: string, tempFilePath: string, buildFilePath: string, abcF… 374 …const tempModuleInfo: ModuleInfo = new ModuleInfo(filePath, tempFilePath, buildFilePath, abcFilePa… 376 nodeModulesFile.push(tempFilePath); 378 …const tempModuleInfo: ModuleInfo = new ModuleInfo(filePath, tempFilePath, buildFilePath, abcFilePa… 380 nodeModulesFile.push(tempFilePath); 382 …const tempModuleInfo: ModuleInfo = new ModuleInfo(filePath, tempFilePath, buildFilePath, abcFilePa… 384 nodeModulesFile.push(tempFilePath); [all …]
|
| D | gen_merged_abc.ts | 51 return item.tempFilePath !== newItem.tempFilePath; 65 …filesInfo += `${info.tempFilePath};${info.recordName};${moduleType};${toUnixPath(sourceFile)};${in… 90 …let tempFilePathWithoutExt: string = info.tempFilePath.substring(0, info.tempFilePath.lastIndexOf(… 92 abcCacheFilesInfo += `${info.tempFilePath};${abcCacheFilePath}\n`;
|
| D | ark_utils.ts | 447 const tempFilePath: string = filePath.replace(hapPath, ''); constant 448 …const sufStr: string = tempFilePath.substring(tempFilePath.indexOf(packageDir) + packageDir.length… 546 return item.tempFilePath !== newItem.tempFilePath;
|
| D | gen_module_abc.ts | 42 …`${info.tempFilePath};${info.recordName};${moduleType};${toUnixPath(info.sourceFile)};${info.packa…
|
| D | utils.ts | 333 const tempFilePath: string = filePath.replace(hapPath, ''); constant 334 …const relativeFilePath: string = tempFilePath.substring(tempFilePath.indexOf(packageDir) + package… 355 const tempFilePath: string = filePath.replace(hapPath, ''); constant 357 if (tempFilePath.indexOf(packageDir) !== -1) {
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/bundle/ |
| D | bundle_mode.ts | 88 const tempFilePath: string = changeFileExtension(fileName, TEMP_JS); constant 89 const outputPath: string = path.resolve(this.projectConfig.aceModuleBuild, tempFilePath); 90 const cacheOutputPath: string = this.genCacheBundleFilePath(outputPath, tempFilePath); 225 private genCacheBundleFilePath(outputPath: string, tempFilePath: string): string { 228 …utputPath = path.join(genTemporaryModuleCacheDirectoryForBundle(this.projectConfig), tempFilePath);
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/ |
| D | module_mode.ts | 566 const tempFilePath: string = pkgPath.replace(projectRootPath, ''); constant 568 tempFilePath.substring(tempFilePath.indexOf(packageDir) + packageDir.length + 1));
|