Home
last modified time | relevance | path

Searched refs:jsPath (Results 1 – 2 of 2) sorted by relevance

/developtools/packing_tool/adapter/ohos/
DUtility.java76 private String jsPath = ""; field in Utility
463 public String getJsPath() { return jsPath; } in getJsPath()
465 public void setJsPath(String jsPath) { this.jsPath = jsPath; } in setJsPath() argument
DCompressor.java305 String jsPath = JS_PATH; in compressHapModeForModule() local
306 pathToFile(utility, utility.getJsPath(), jsPath, false); in compressHapModeForModule()