Home
last modified time | relevance | path

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

/developtools/packing_tool/adapter/ohos/
DUncompress.java1668 String normalizedSrcFilePath = srcFile.replace("\\", LINUX_FILE_SEPARATOR); in unpackageLibsMode() local
1672 …List<String> cpuAbiListRes = getLibsFromPackageAndUnpackage(normalizedSrcFilePath, tempDir, cpuAbi… in unpackageLibsMode()
1673 repackPackage(normalizedSrcFilePath, normalizedOutFilePath, tempDir, cpuAbiListRes); in unpackageLibsMode()