Home
last modified time | relevance | path

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

/developtools/packing_tool/adapter/ohos/
DUtility.java70 private String txtPath = ""; field in Utility
404 return txtPath; in getTxtPath()
407 public void setTxtPath(String txtPath) { in setTxtPath() argument
408 if (!txtPath.startsWith(CMD_PREFIX)) { in setTxtPath()
409 this.txtPath = txtPath; in setTxtPath()