Searched refs:destDir (Results 1 – 5 of 5) sorted by relevance
201 public static void unzip(final String hapPath, final String destDir) { in unzip() argument202 File file = new File(destDir); in unzip()221 String filePath = destDir + File.separator + entry.getName(); in unzip()529 File destDir = new File(destDirPath); in unzipFile() local530 if (!destDir.exists()) { in unzipFile()531 destDir.mkdirs(); in unzipFile()
1109 public static void unzip(final String hapPath, final String destDir) { in unzip() argument1110 File file = new File(destDir); in unzip()1129 new File(destDir + File.separator + entry.getName()).mkdirs(); in unzip()1133 File newFile = new File(destDir + File.separator + entry.getName()); in unzip()
96 DIR* destDir = nullptr; in OpenDestDir() local98 destDir = opendir(dirPath); in OpenDestDir()99 if (destDir == nullptr) { in OpenDestDir()103 return destDir; in OpenDestDir()
517 DIR* destDir = nullptr; in OpenDestDir() local519 destDir = opendir(dirPath.c_str()); in OpenDestDir()520 if (destDir == nullptr) { in OpenDestDir()524 return destDir; in OpenDestDir()
533 DIR* destDir = nullptr; in OpenDestDir() local535 destDir = opendir(dirPath); in OpenDestDir()536 if (destDir == nullptr) { in OpenDestDir()543 return destDir; in OpenDestDir()