| /developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/module/ohmUrl/ |
| D | ohmUrl.test.ts | 26 const filePath = `${projectConfig.projectRootPath}/entry/src/main/ets/feature/src/main/js/` 39 … const filePath = `${projectConfig.projectRootPath}/entry/src/ohosTest/ets/feature/src/main/js/` 84 const filePath = `${projectConfig.projectRootPath}/entry/src/main/ets/pages/test.ts`; 85 const harFilePath = `${projectConfig.projectRootPath}/library/src/main/ets/pages/test.ts`; 97 …const moduleLevelPkgPath = `${projectConfig.projectRootPath}/entry/oh_modules/json5/dist/index.js`; 98 … const projectLevelPkgPath = `${projectConfig.projectRootPath}/oh_modules/json5/dist/index.js`; 109 const staticLibraryEntry = `${projectConfig.projectRootPath}/library/index.ets`; 118 … const ohosTestfilePath = `${projectConfig.projectRootPath}/entry/src/ohosTest/ets/pages/test.ts`;
|
| /developtools/ace_ets2bundle/compiler/src/ |
| D | process_visual.ts | 279 const projectRootPath = getProjectRootPath(); constant 281 visualDirPath.replace(projectRootPath, '')); 294 let projectRootPath = projectConfig.projectRootPath; 295 if (!projectRootPath) { 297 projectRootPath = path.resolve(projectConfig.projectPath, '../../../../../'); 299 projectRootPath = path.resolve(projectConfig.projectPath, '../../../../'); 302 return projectRootPath; 317 const projectRootPath = getProjectRootPath(); constant 319 const relativePath = filePath.replace(projectRootPath, ''); 333 etsDirPath = path.join(projectRootPath, moduleName, MODULE_ETS_PATH); [all …]
|
| D | ark_utils.ts | 83 const projectRootPath: string = toUnixPath(projectConfig.projectRootPath); constant 90 const projectFilePath: string = unixFilePath.replace(projectRootPath, ''); 111 const tryProjectPkg: string = toUnixPath(path.join(projectRootPath, packageDir)); 130 const tryProjectPkg: string = toUnixPath(path.join(projectRootPath, packageDir)); 312 const projectRootPath: string = projectConfig.projectRootPath; constant 313 …if (npmModuleIdx === -1 || npmModuleIdx === projectRootPath.search(/(\/|\\)node_modules(\/|\\)/)) { 443 …const fakePkgModulesPath: string = toUnixPath(path.join(projectConfig.projectRootPath, packageDir)… 446 const hapPath: string = toUnixPath(projectConfig.projectRootPath); 489 … let source = toUnixPath(sourcePath).replace(toUnixPath(projectConfig.projectRootPath) + '/', '');
|
| D | process_module_files.ts | 54 …eFilePath = toUnixPath(node.fileName).replace(toUnixPath(projectConfig.projectRootPath) + '/', ''); 100 …sourceMapJson['sources'] = [toUnixPath(fileName).replace(toUnixPath(projectConfig.projectRootPath)…
|
| D | utils.ts | 321 …const projectRootPath: string = toUnixPath(buildInHar ? projectPath : projectConfig.projectRootPat… constant 322 const relativeFilePath: string = filePath.replace(projectRootPath, ''); 329 …const fakePkgModulesPath: string = toUnixPath(path.join(projectConfig.projectRootPath, packageDir)… 332 const hapPath: string = toUnixPath(projectConfig.projectRootPath); 354 const hapPath: string = toUnixPath(projectConfig.projectRootPath); 358 …const fakePkgModulesPath: string = toUnixPath(path.resolve(projectConfig.projectRootPath, packageD… 379 projectConfig.compileShared ? projectConfig.projectRootPath : projectConfig.moduleRootPath,
|
| D | gen_merged_abc.ts | 64 const sourceFile: string = info.filePath.replace(projectConfig.projectRootPath + path.sep, ''); 120 …tConfig.inOldSymbolTablePath = projectConfig.inOldSymbolTablePath || projectConfig.projectRootPath;
|
| D | gen_abc_plugin.ts | 147 this.sourceFile = filePath.replace(projectConfig.projectRootPath + path.sep, ''); 387 … buildMapFileList.add(toUnixPath(filePath.replace(projectConfig.projectRootPath + path.sep, ''))); 411 buildMapFileList.add(toUnixPath(filePath.replace(projectConfig.projectRootPath + path.sep, ''))); 431 buildMapFileList.add(toUnixPath(filePath.replace(projectConfig.projectRootPath + path.sep, ''))); 450 buildMapFileList.add(toUnixPath(filePath.replace(projectConfig.projectRootPath + path.sep, ''))); 648 if (!isDebug && projectConfig.projectRootPath) { 649 sourceFile = toUnixPath(sourceFile.replace(projectConfig.projectRootPath + path.sep, '')); 1089 …let relativeProjectPath = projectConfig.projectPath.slice(projectConfig.projectRootPath.length + p…
|
| D | process_component_build.ts | 713 … debugInfo = `${path.relative(projectConfig.projectRootPath, curFileName).replace(/\\+/g, '/')}` +
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/ |
| D | utils.ts | 80 …const sufStr: string = toUnixPath(filePath).replace(toUnixPath(projectConfig.projectRootPath), ''); 112 projectConfig.compileShared ? projectConfig.projectRootPath : projectConfig.moduleRootPath, 144 …urceFilePath: string = toUnixPath(sourceFilePath).replace(toUnixPath(projectConfig.projectRootPath) 165 return filePath.indexOf(projectConfig.projectRootPath) >= 0;
|
| D | transform.ts | 66 …const relativeSourceFilePath = toUnixPath(sourceFilePath.replace(projectConfig.projectRootPath + p…
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/ |
| D | module_mode.ts | 256 let sourceFile: string = filePath.replace(this.projectConfig.projectRootPath + path.sep, ''); 258 … this.genFileCachePath(filePath, this.projectConfig.projectRootPath, this.projectConfig.cachePath); 295 …st sourceFileAbsolutePath: string = toUnixPath(path.join(this.projectConfig.projectRootPath, key)); 547 private genFileCachePath(filePath: string, projectRootPath: string, cachePath: string): string { 548 const sufStr: string = toUnixPath(filePath).replace(toUnixPath(projectRootPath), ''); 556 const projectRootPath = toUnixPath(this.projectConfig.projectRootPath); constant 557 const projectPkgModulesPath: string = toUnixPath(path.join(projectRootPath, packageDir)); 566 const tempFilePath: string = pkgPath.replace(projectRootPath, '');
|
| D | module_hotfix_mode.ts | 36 …OldSymbolTablePath = this.projectConfig.inOldSymbolTablePath || this.projectConfig.projectRootPath;
|
| D | module_hotreload_mode.ts | 118 this.projectConfig.projectRootPath.length + path.sep.length);
|
| D | module_source_file.ts | 169 … toUnixPath(this.moduleId.replace(ModuleSourceFile.projectConfig.projectRootPath + path.sep, ''));
|
| /developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/utils/ |
| D | processProjectConfig.ts | 27 projectConfig.projectRootPath = "/testProjectRootPath";
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/ |
| D | process_ark_config.ts | 80 arkProjectConfig.projectRootPath = buildJsonInfo.projectRootPath;
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/bundle/ |
| D | bundle_mode.ts | 244 if (!this.arkConfig.isDebug && this.projectConfig.projectRootPath) { 245 sourceFile = sourceFile.replace(this.projectConfig.projectRootPath + path.sep, '');
|
| /developtools/ace_js2bundle/ace-loader/ |
| D | main.product.js | 163 process.env.projectRootPath = content["projectRootPath"]
|
| D | webpack.rich.config.js | 406 return `webpack:///${info.absoluteResourcePath.replace(process.env.projectRootPath, '')}`;
|
| /developtools/ace_ets2bundle/compiler/ |
| D | webpack.config.js | 266 return `webpack:///${info.absoluteResourcePath.replace(projectConfig.projectRootPath, '')}`;
|
| /developtools/ace_js2bundle/ace-loader/src/ |
| D | genAbc-plugin.js | 200 sourceFile = toUnixPath(sourceFile.replace(buildJsonInfo.projectRootPath + path.sep, ''));
|