Searched refs:genTemporaryPath (Results 1 – 7 of 7) sorted by relevance
| /developtools/ace_ets2bundle/compiler/src/ |
| D | process_module_files.ts | 26 genTemporaryPath, 43 …let temporaryFile: string = genTemporaryPath(node.fileName, projectConfig.projectPath, process.env…
|
| D | ark_utils.ts | 48 genTemporaryPath, 206 …const filePath: string = genTemporaryPath(sourcePath, projectConfig.projectPath, process.env.cache… 478 …let jsFilePath: string = genTemporaryPath(sourcePath, projectConfig.projectPath, process.env.cache…
|
| D | compile_info.ts | 40 genTemporaryPath,
|
| D | gen_abc_plugin.ts | 34 genTemporaryPath 323 …const tempFakeEntryPath: string = genTemporaryPath(fakeEntryPath, projectConfig.projectPath, proce… 541 …let tempFilePath = genTemporaryPath(filePath, projectConfig.projectPath, process.env.cachePath, pr… 1097 …let tempFilePath: string = genTemporaryPath(filePath, projectConfig.projectPath, process.env.cache…
|
| D | utils.ts | 315 export function genTemporaryPath(filePath: string, projectPath: string, buildPath: string, function 378 let jsFilePath: string = genTemporaryPath(sourcePath,
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/ |
| D | utils.ts | 35 genTemporaryPath, 111 filePath = genTemporaryPath(id, 116 …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, 139 const jsCacheFilePath: string = genTemporaryPath(filePath, projectConfig.moduleRootPath, 141 const jsBuildFilePath: string = genTemporaryPath(filePath, projectConfig.moduleRootPath,
|