Home
last modified time | relevance | path

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

/developtools/packing_tool/adapter/ohos/
DUtility.java83 private String rpcidPath = ""; field in Utility
524 public void setRpcidPath(String rpcidPath) { in setRpcidPath()
DCompressor.java448 String rpcidPath = NULL_DIR_NAME; in compressHapMode() local
533 String rpcidPath = NULL_DIR_NAME; in compressHapModeForModule() local
2385 String rpcidPath = NULL_DIR_NAME; in compressHSPMode() local
DUncompress.java1570 static void getRpcidFromHap(String srcFile, String rpcidPath) throws BundleException { in getRpcidFromHap()