Home
last modified time | relevance | path

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

/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/test/
H A Ddlp_zip_test.cpp162 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);
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/include/
H A Ddlp_zip.h29 bool IsZipFile(int32_t fd);
/ohos5.0/base/theme/wallpaper_mgr/utils/include/
H A Dfile_deal.h36 static bool IsZipFile(const std::string &filePath);
/ohos5.0/base/theme/wallpaper_mgr/utils/src/
H A Dfile_deal.cpp166 bool FileDeal::IsZipFile(const std::string &filePath) in IsZipFile() function in OHOS::WallpaperMgrService::FileDeal
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/src/
H A Ddlp_file_kits.cpp122 if (IsZipFile(dlpFd)) { in IsDlpFile()
H A Ddlp_zip.cpp322 bool IsZipFile(int32_t fd) in IsZipFile() function
H A Ddlp_file.cpp387 if (IsZipFile(dlpFd_)) { in CheckDlpFile()
673 if (IsZipFile(dlpFd_)) { in ParseDlpHeader()
/ohos5.0/base/theme/wallpaper_mgr/frameworks/native/src/
H A Dwallpaper_manager.cpp303 if (!FileDeal::IsZipFile(uri)) { in SetCustomWallpaper()