Searched refs:destDir (Results 1 – 4 of 4) 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()
503 DIR* destDir = nullptr; in OpenDestDir() local505 destDir = opendir(dirPath.c_str()); in OpenDestDir()506 …CHECK_NOTNULL(destDir, nullptr, "%s:failed to opendir(%s), errno=%d", __func__, dirPath.c_str(), e… in OpenDestDir()508 return destDir; in OpenDestDir()
92 DIR* destDir = nullptr; in OpenDestDir() local94 destDir = opendir(dirPath); in OpenDestDir()95 if (destDir == nullptr) { in OpenDestDir()99 return destDir; in OpenDestDir()
517 DIR* destDir = nullptr; in OpenDestDir() local519 destDir = opendir(dirPath); in OpenDestDir()520 if (destDir == nullptr) { in OpenDestDir()527 return destDir; in OpenDestDir()