Home
last modified time | relevance | path

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

/developtools/packing_tool/adapter/ohos/
DUncompress.java1669 String normalizedOutFilePath = outPath.replace("\\", LINUX_FILE_SEPARATOR); in unpackageLibsMode() local
1670 String tempDir = normalizedOutFilePath + LINUX_FILE_SEPARATOR + TEMP_PATH; in unpackageLibsMode()
1673 repackPackage(normalizedSrcFilePath, normalizedOutFilePath, tempDir, cpuAbiListRes); in unpackageLibsMode()