Home
last modified time | relevance | path

Searched refs:temporaryModuleCacheDirPath (Results 1 – 2 of 2) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/
Dutils.ts240 …const temporaryModuleCacheDirPath: string = path.join(projectConfig.cachePath, TEMPORARY, abilityD… constant
241 mkdirsSync(temporaryModuleCacheDirPath);
243 return temporaryModuleCacheDirPath;
/developtools/ace_ets2bundle/compiler/src/interop/src/fast_build/ark_compiler/
Dutils.ts241 …const temporaryModuleCacheDirPath: string = path.join(projectConfig.cachePath, TEMPORARY, abilityD… constant
242 mkdirsSync(temporaryModuleCacheDirPath);
244 return temporaryModuleCacheDirPath;