Home
last modified time | relevance | path

Searched refs:genTemporaryPath (Results 1 – 9 of 9) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/
Dprocess_module_files.ts26 genTemporaryPath,
50 …let temporaryFile: string = genTemporaryPath(node.fileName, projectConfig.projectPath, process.env…
Dcompile_info.ts40 genTemporaryPath,
Dark_utils.ts48 genTemporaryPath,
255 …const filePath: string = genTemporaryPath(sourcePath, projectConfig.projectPath, process.env.cache…
580 …let jsFilePath: string = genTemporaryPath(sourcePath, projectConfig.projectPath, process.env.cache…
Dgen_abc_plugin.ts34 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…
Dutils.ts333 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/
Dutils.ts35 genTemporaryPath,
120 filePath = genTemporaryPath(id,
125 …filePath = genTemporaryPath(id, projectConfig.projectPath, projectConfig.cachePath, projectConfig);
/developtools/ace_ets2bundle/compiler/src/fast_build/ets_ui/
Drollup-plugin-ets-typescript.ts27 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/
Dark_utils.test.ts54 genTemporaryPath,
308 genTemporaryPath(moduleSource.moduleId, moduleSource.projectConfig.projectPath,
Dutils.test.ts55 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,