Home
last modified time | relevance | path

Searched refs:apPath (Results 1 – 6 of 6) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/
Dcache.ts63 const apPath: string = projectConfig.apPath ? projectConfig.apPath : 'null_apPath'; constant
64 metaInfoArr.push(bundleName, allModuleNameHash, aotCompileMode, apPath);
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/rollup_mock/
Dproject_config.ts44 apPath?: object, property
79 apPath: string; property in ProjectConfig
147 this.apPath = '';
/developtools/ace_ets2bundle/compiler/src/
Dgen_aot.ts49 if (buildJsonInfo.anBuildMode !== AOT_PARTIAL && !buildJsonInfo.apPath) {
106 const profile: string = projectConfig.apPath;
/developtools/packing_tool/adapter/ohos/
DUtility.java94 private String apPath = ""; field in Utility
734 public void setAPPath(String apPath) { in setAPPath() argument
735 this.apPath = apPath; in setAPPath()
739 return this.apPath; in getAPPath()
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/
Dprocess_ark_config.ts100 arkProjectConfig.apPath = buildJsonInfo.apPath;
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/
Dprocess_ark_config.test.ts153 expect(arkConfig.apPath === buildJsonInfo.apPath).to.be.true;