Home
last modified time | relevance | path

Searched defs:abcPath (Results 1 – 3 of 3) sorted by relevance

/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/class_mock/
Dmodule_mode_mock.ts153 const abcPath: string = toUnixPath(abcInfo.abcPath); constant
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_mode.ts177 const abcPath = toUnixPath(byteCodeHarInfo[packageName].abcPath); constant
543 const abcPath: string = toUnixPath(abcInfo.abcPath); constant
/developtools/packing_tool/adapter/ohos/
DUtility.java56 private String abcPath = ""; field in Utility
223 public void setAbcPath(String abcPath) { in setAbcPath()