Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/
Dcache.ts57 const apPath: string = projectConfig.apPath ? projectConfig.apPath : 'null_apPath'; constant
/developtools/packing_tool/adapter/ohos/
DUtility.java92 private String apPath = ""; field in Utility
742 public void setAPPath(String apPath) { in setAPPath()