Home
last modified time | relevance | path

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

/developtools/packing_tool/adapter/ohos/
DUtility.java65 private String txtPath = ""; field in Utility
362 return txtPath; in getTxtPath()
365 public void setTxtPath(String txtPath) { in setTxtPath() argument
366 if (!txtPath.startsWith(CMD_PREFIX)) { in setTxtPath()
367 this.txtPath = txtPath; in setTxtPath()