Searched refs:sufStr (Results 1 – 4 of 4) sorted by relevance
| /developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/module/ |
| D | module_mode.test.ts | 730 const sufStr = constant 735 … expect(returnInfo === path.join(this.rollup.share.projectConfig.cachePath, sufStr)).to.be.true; 748 const sufStr = constant 753 … expect(returnInfo === path.join(this.rollup.share.projectConfig.cachePath, sufStr)).to.be.true; 766 const sufStr = constant 771 … expect(returnInfo === path.join(this.rollup.share.projectConfig.cachePath, sufStr)).to.be.true; 782 const sufStr = constant 787 … expect(returnInfo === path.join(this.rollup.share.projectConfig.cachePath, sufStr)).to.be.true; 798 const sufStr = toUnixPath(filePath).replace(toUnixPath(projectConfig.projectRootPath), ''); constant 800 expect(returnInfo === path.join(cachePath, sufStr)).to.be.true; [all …]
|
| /developtools/ace_ets2bundle/compiler/src/ |
| D | ark_utils.ts | 550 …const sufStr: string = tempFilePath.substring(tempFilePath.indexOf(packageDir) + packageDir.length… constant 551 output = path.join(projectConfig.nodeModulesPath, ZERO, sufStr); 559 const sufStr: string = filePath.replace(projectPath, ''); constant 560 const output: string = path.join(buildPath, sufStr); 638 const sufStr: string = protoTempPathArr[protoTempPathArr.length - 1]; constant 639 let protoBuildPath: string = path.join(process.env.cachePath, "protos", sufStr);
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/ |
| D | utils.ts | 88 …const sufStr: string = toUnixPath(filePath).replace(toUnixPath(projectConfig.projectRootPath), ''); constant 89 let cacheFilePath: string = path.join(projectConfig.cachePath, sufStr);
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/ |
| D | module_mode.ts | 616 const sufStr: string = toUnixPath(filePath).replace(toUnixPath(projectRootPath), ''); constant 617 const output: string = path.join(cachePath, sufStr);
|