Home
last modified time | relevance | path

Searched refs:tempFilePath (Results 1 – 7 of 7) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/
Dgen_abc_plugin.ts130 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 …]
Dgen_merged_abc.ts51 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`;
Dark_utils.ts447 const tempFilePath: string = filePath.replace(hapPath, ''); constant
448 …const sufStr: string = tempFilePath.substring(tempFilePath.indexOf(packageDir) + packageDir.length…
546 return item.tempFilePath !== newItem.tempFilePath;
Dgen_module_abc.ts42 …`${info.tempFilePath};${info.recordName};${moduleType};${toUnixPath(info.sourceFile)};${info.packa…
Dutils.ts333 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/
Dbundle_mode.ts88 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/
Dmodule_mode.ts566 const tempFilePath: string = pkgPath.replace(projectRootPath, ''); constant
568 tempFilePath.substring(tempFilePath.indexOf(packageDir) + packageDir.length + 1));