Searched refs:separator (Results 1 - 10 of 10) sorted by relevance
/developtools/packing_tool/adapter/ohos/ |
H A D | Compressor.java | 591 String tempDir = TEMP_DIR + File.separator + UUID.randomUUID(); in copyFileToTempDir() 592 mkdir(new File(oldFileParent + File.separator + tempDir)); in copyFileToTempDir() 599 String tempPath = oldFileParent + File.separator + tempDir + File.separator + fileName; in copyFileToTempDir() 981 String baseDir = new File(utility.getFormatedDirList().get(i)).getName() + File.separator; in compressHapMode() 1071 String baseDir = new File(utility.getFormatedDirList().get(i)).getName() + File.separator; in compressHapModeForModule() 1169 String tempPath = appOutputFile.getParentFile().getParent() + File.separator + TEMP_HAP_DIR; in compressAppMode() 1170 String hspTempDirPath = appOutputFile.getParentFile().getParent() + File.separator + TEMP_HSP_DIR; in compressAppMode() 1189 String hapTempPath = tempDir + File.separator + hapFile.getName(); in compressAppMode() 1206 String hspTempPath = hspTempDir + File.separator in compressAppMode() [all...] |
H A D | ConvertHapToBin.java | 52 String projectPath = file.getParent() + File.separator + OUTPUT_PATH; in packHapTobin()
|
H A D | PackageUtil.java | 528 String entryName = (baseDir + file.getName() + File.separator) in addArchiveEntry() 529 .replace(File.separator, Constants.SLASH); in addArchiveEntry() 538 addArchiveEntry(f, baseDir + file.getName() + File.separator, zipCreator, compress); in addArchiveEntry() 541 String entryName = (baseDir + file.getName()).replace(File.separator, Constants.SLASH); in addArchiveEntry() 664 String entryName = (baseDir + file.getName() + File.separator) in addArchiveEntry() 665 .replace(File.separator, Constants.SLASH); in addArchiveEntry() 674 addArchiveEntry(f, baseDir + file.getName() + File.separator, zipOut, compress); in addArchiveEntry() 677 String entryName = (baseDir + file.getName()).replace(File.separator, Constants.SLASH); in addArchiveEntry()
|
H A D | FileUtils.java | 221 String filePath = destDir + File.separator + entry.getName(); in unzip() 539 String filePath = destDirPath + File.separator + entry.getName(); in unzipFile()
|
H A D | Uncompress.java | 560 String tempDir = destDirPath.replace(File.separator, LINUX_FILE_SEPARATOR); in unzipFromFile() 962 String tempDir = destDirPath.replace(File.separator, LINUX_FILE_SEPARATOR) + LINUX_FILE_SEPARATOR + in repackHap() 1053 compressDirectory(file, baseDir + dir.getName() + File.separator, zipOut, isCompression); in compressDirectory() 1055 compressFile(file, baseDir + dir.getName() + File.separator, zipOut, isCompression); in compressDirectory() 1075 String entryName = (baseDir + srcFile.getName()).replace(File.separator, LINUX_FILE_SEPARATOR); in compressFile() 1659 String filePath = utility.getOutPath() + File.separator + entry.getName(); in uncompressAPPQFFile()
|
H A D | ScanStatSuffix.java | 226 String outPath = currentDir + File.separator + TMP_FOLDER_NAME; in statSuffix() 283 int index = soFilePath.indexOf(File.separator + LIBS_NAME); in setMapData()
|
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/utils/ |
H A D | HapUtils.java | 469 * @param separator symbol insert between two bytes. 472 public static String toHex(byte[] value, String separator) { in toHex() argument 474 String useSeparator = separator == null ? "" : separator; in toHex()
|
/developtools/hapsigner/hapsigntool/hap_sign_tool/src/test/java/com/ohos/hapsigntoolcmd/ |
H A D | CmdUnitTest.java | 946 CmdUtil.Method.VERIFY_APP, CMD_IN_FILE, signedHap, CMD_OUT_CERT_CHAIN, "test" + File.separator + "1.cer", in signAndVerifyHap() 947 CMD_OUT_PROFILE, "test" + File.separator + "1.p7b" in signAndVerifyHap() 967 CmdUtil.Method.VERIFY_APP, CMD_IN_FILE, signedHap, CMD_OUT_CERT_CHAIN, "test" + File.separator + "1.cer", in signAndVerifyHap() 968 CMD_OUT_PROFILE, "test" + File.separator + "1.p7b" in signAndVerifyHap() 1033 String outFileName = "test" + File.separator + "testOut.hap"; in testByteToZip()
|
/developtools/hdc/src/daemon/ |
H A D | daemon.cpp | 334 char separator = '\x0C'; in InitMod() local 336 hostname = buf.substr(0, buf.find(separator)); in InitMod() 337 pubkey = buf.substr(buf.find(separator) + 1); in InitMod()
|
/developtools/profiler/hiebpf/include/ |
H A D | vmlinux.h | 29972 char separator; member 29979 char separator; member [all...] |
Completed in 438 milliseconds