Searched refs:genTemporaryPath (Results 1 – 9 of 9) sorted by relevance
| /developtools/ace_ets2bundle/compiler/src/ |
| D | process_module_files.ts | 26 genTemporaryPath, 50 …let temporaryFile: string = genTemporaryPath(node.fileName, projectConfig.projectPath, process.env…
|
| D | compile_info.ts | 40 genTemporaryPath,
|
| D | ark_utils.ts | 48 genTemporaryPath, 255 …const filePath: string = genTemporaryPath(sourcePath, projectConfig.projectPath, process.env.cache… 580 …let jsFilePath: string = genTemporaryPath(sourcePath, projectConfig.projectPath, process.env.cache…
|
| D | gen_abc_plugin.ts | 34 genTemporaryPath 323 …const tempFakeEntryPath: string = genTemporaryPath(fakeEntryPath, projectConfig.projectPath, proce… 542 …let tempFilePath = genTemporaryPath(filePath, projectConfig.projectPath, process.env.cachePath, pr… 1098 …let tempFilePath: string = genTemporaryPath(filePath, projectConfig.projectPath, process.env.cache…
|
| D | utils.ts | 333 export function genTemporaryPath(filePath: string, projectPath: string, buildPath: string, function 407 let jsFilePath: string = genTemporaryPath(sourcePath,
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/ |
| D | utils.ts | 35 genTemporaryPath, 120 filePath = genTemporaryPath(id, 125 …filePath = genTemporaryPath(id, projectConfig.projectPath, projectConfig.cachePath, projectConfig);
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ets_ui/ |
| D | rollup-plugin-ets-typescript.ts | 27 genTemporaryPath, 188 const jsCacheFilePath: string = genTemporaryPath(filePath, projectConfig.moduleRootPath, 190 const jsBuildFilePath: string = genTemporaryPath(filePath, projectConfig.moduleRootPath,
|
| /developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/ |
| D | ark_utils.test.ts | 54 genTemporaryPath, 308 genTemporaryPath(moduleSource.moduleId, moduleSource.projectConfig.projectPath,
|
| D | utils.test.ts | 55 genTemporaryPath, 208 … const filePath = genTemporaryPath(moduleSource.moduleId, moduleSource.projectConfig.projectPath, 227 … const filePath = genTemporaryPath(moduleSource.moduleId, moduleSource.projectConfig.projectPath, 246 … const filePath = genTemporaryPath(moduleSource.moduleId, moduleSource.projectConfig.projectPath, 265 … const filePath = genTemporaryPath(moduleSource.moduleId, moduleSource.projectConfig.projectPath,
|