Home
last modified time | relevance | path

Searched defs:cachePath (Results 1 – 19 of 19) sorted by relevance

/developtools/ace_ets2bundle/arkui-plugins/ui-plugins/
Dindex.ts43 const cachePath: string | undefined = this.getProjectConfig()?.cachePath; constant
102 const cachePath: string | undefined = this.getProjectConfig()?.cachePath; constant
/developtools/ace_ets2bundle/arkui-plugins/memo-plugins/
Dindex.ts45 const cachePath: string | undefined = this.getProjectConfig()?.cachePath; constant
/developtools/ace_ets2bundle/arkui-plugins/test/demo/localtest/
Dbuild_config_template.json20 "cachePath": "./dist/cache", string
Dbuild_decl_config_template.json18 "cachePath": "./dist/cache", string
/developtools/ace_ets2bundle/compiler/src/interop/src/fast_build/ark_compiler/interop/
Dtype.ts29 cachePath: string; property
41 cachePath: string; property
Drun_declgen_standalone.ts126 const cachePath = `${moduleInfo.declgenV2OutPath}/.${DECLGEN_CACHE_FILE}`; constant
/developtools/ace_ets2bundle/arkui-plugins/common/
Dplugin-context.ts80 cachePath: string; property
Dprogram-visitor.ts162 … const cachePath: string | undefined = this.pluginContext?.getProjectConfig()?.cachePath; constant
/developtools/ace_js2bundle/ace-loader/src/
Dcompile-plugin.js190 function addCacheFiles(entryFile, cachePath, entryPaths) { argument
/developtools/ace_js2bundle/ace-loader/
Dmain.product.js249 function compareCache(cachePath) { argument
/developtools/ace_ets2bundle/compiler/src/interop/src/fast_build/ark_compiler/common/
Dob_config_resolver.ts519 const cachePath: string = projectConfig.cachePath; constant
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/
Dob_config_resolver.ts519 const cachePath: string = projectConfig.cachePath; constant
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/rollup_mock/
Dproject_config.ts99 cachePath: string; property in ProjectConfig
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/
Dprocess_ark_config.test.ts509 …const cachePath: string = path.join(__dirname, '../../../test/ark_compiler_ut/testdata/obfuscation… constant
/developtools/ace_ets2bundle/arkui-plugins/test/utils/
Dartkts-config.ts92 cachePath: string; property
/developtools/ace_ets2bundle/compiler/src/interop/src/userIntents_parser/
DparseUserIntents.ts1557 const cachePath: string = constant
1612 …const cachePath: string = path.join(projectConfig.cachePath, 'insight_compile_cache.json'); // Com… constant
/developtools/ace_ets2bundle/compiler/src/userIntents_parser/
DparseUserIntents.ts1643 const cachePath: string = constant
1753 …const cachePath: string = path.join(projectConfig.cachePath, 'insight_compile_cache.json'); // Com… constant
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/module/
Dmodule_mode.test.ts1842 const cachePath = projectConfig.cachePath + DEBUG; constant
1853 const cachePath = projectConfig.cachePath + RELEASE; constant
/developtools/hdc/src/common/
Dbase.cpp2236 string cachePath = GetLogDirName() + LOG_CACHE_NAME; in RemoveLogFile() local
2255 string cachePath = GetLogDirName() + LOG_CACHE_NAME; in RemoveLogCache() local