Home
last modified time | relevance | path

Searched defs:apPath (Results 1 – 4 of 4) sorted by relevance

/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/rollup_mock/
Dproject_config.ts51 apPath?: object, property
90 apPath: string; property in ProjectConfig
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/
Dcache.ts71 const apPath: string = projectConfig.apPath ? projectConfig.apPath : 'null_apPath'; constant
/developtools/ace_ets2bundle/compiler/test/transform_ut/helpers/
DprojectConfig.ts538 apPath?: object, property
/developtools/packing_tool/adapter/ohos/
DUtility.java101 private String apPath = ""; field in Utility
780 public void setAPPath(String apPath) { in setAPPath()