Searched refs:sufStr (Results 1 – 3 of 3) sorted by relevance
| /developtools/ace_ets2bundle/compiler/src/ |
| D | ark_utils.ts | 448 …const sufStr: string = tempFilePath.substring(tempFilePath.indexOf(packageDir) + packageDir.length… constant 449 output = path.join(projectConfig.nodeModulesPath, ZERO, sufStr); 457 const sufStr: string = filePath.replace(projectPath, ''); constant 458 const output: string = path.join(buildPath, sufStr); 536 const sufStr: string = protoTempPathArr[protoTempPathArr.length - 1]; constant 537 let protoBuildPath: string = path.join(process.env.cachePath, "protos", sufStr);
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/ |
| D | utils.ts | 80 …const sufStr: string = toUnixPath(filePath).replace(toUnixPath(projectConfig.projectRootPath), ''); constant 81 let cacheFilePath: string = path.join(projectConfig.cachePath, sufStr);
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/ |
| D | module_mode.ts | 548 const sufStr: string = toUnixPath(filePath).replace(toUnixPath(projectRootPath), ''); constant 549 const output: string = path.join(cachePath, sufStr);
|