Home
last modified time | relevance | path

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

/developtools/packing_tool/adapter/ohos/
DUtility.java81 private String entryCardPath = ""; field in Utility
507 return entryCardPath; in getEntryCardPath()
510 public void setEntryCardPath(String entryCardPath) { in setEntryCardPath() argument
511 if (!entryCardPath.startsWith(CMD_PREFIX)) { in setEntryCardPath()
512 this.entryCardPath = entryCardPath; in setEntryCardPath()
DCompressor.java1075 … String entryCardPath = ENTRYCARD_NAME + utility.getModuleName() + LINUX_FILE_SEPARATOR in compressAppMode() local
1078 pathToFile(utility, entryCardPathItem, entryCardPath, true); in compressAppMode()