Searched refs:IsZipFile (Results 1 – 8 of 8) sorted by relevance
162 HWTEST_F(DlpZipTest, IsZipFile, TestSize.Level1)169 int32_t res = IsZipFile(-1);173 res = IsZipFile(-1);177 res = IsZipFile(fd2);182 res = IsZipFile(fd2);187 res = IsZipFile(fd2);
29 bool IsZipFile(int32_t fd);
36 static bool IsZipFile(const std::string &filePath);
166 bool FileDeal::IsZipFile(const std::string &filePath) in IsZipFile() function in OHOS::WallpaperMgrService::FileDeal
122 if (IsZipFile(dlpFd)) { in IsDlpFile()
322 bool IsZipFile(int32_t fd) in IsZipFile() function
387 if (IsZipFile(dlpFd_)) { in CheckDlpFile()673 if (IsZipFile(dlpFd_)) { in ParseDlpHeader()
303 if (!FileDeal::IsZipFile(uri)) { in SetCustomWallpaper()