Lines Matching refs:relativeSourceFilePath
377 …relativeSourceFilePath: string = '', rollupNewSourceMaps: Object = {}, sourcePath?: string): Promi…
379 …rdObfuscatedSourceCode(content, filePath, logger, projectConfig, relativeSourceFilePath, rollupNew…
384 …ourceCode(content, filePath, logger, projectConfig.terserConfig, relativeSourceFilePath, rollupNew…
408 …relativeSourceFilePath: string = '', rollupNewSourceMaps: Object = {}, originalFilePath: string): …
412 if (relativeSourceFilePath.length > 0) {
413 previousStageSourceMap = rollupNewSourceMaps[relativeSourceFilePath];
419 let namecachePath = relativeSourceFilePath;
432 logger.error(red, `ArkTS:ERROR Failed to obfuscate file: ${relativeSourceFilePath}`);
436 mixedInfo.sourceMap.sources = [relativeSourceFilePath];
437 rollupNewSourceMaps[relativeSourceFilePath] = mixedInfo.sourceMap;
441 identifierCaches[relativeSourceFilePath] = mixedInfo.nameCache;
474 …let relativeSourceFilePath = toUnixPath(genFilesInHar.originalDeclarationCachePath).replace(toUnix…
476 relativeSourceFilePath, {}, sourcePath);
482 …minifyOptions: Object, relativeSourceFilePath: string = '', rollupNewSourceMaps: Object = {}): Pro…
485 if (relativeSourceFilePath.length > 0) {
487 content: rollupNewSourceMaps[relativeSourceFilePath],
495 logger.error(red, `ArkTS:ERROR Failed to obfuscate file: ${relativeSourceFilePath}`);
500 result.map.sources = [relativeSourceFilePath];
501 rollupNewSourceMaps[relativeSourceFilePath] = result.map;