/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/ |
H A D | zip_writer.h | 47 bool WriteEntries(const std::vector<std::pair<FilePath, FilePath>> &paths, const OPTIONS &options); 56 bool FlushEntriesIfNeeded(bool force, const OPTIONS &options); 60 bool AddEntries(const std::vector<std::pair<FilePath, FilePath>> &paths, const OPTIONS &options); 65 bool Close(const OPTIONS &options);
|
H A D | zip.h | 150 bool Zip(const std::string &srcPath, const std::string &destPath, const OPTIONS &options, 160 bool Zips(const std::vector<std::string> &srcFiles, const std::string &destPath, const OPTIONS &options, 171 bool Unzip(const std::string &srcFile, const std::string &destFile, const OPTIONS options,
|
H A D | zip_internal.h | 65 zipFile zipFile, const std::string &strPath, const OPTIONS &options, const struct tm *lastModifiedTime);
|
H A D | zip_utils.h | 127 using OPTIONS = struct Options;
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/test/unittest/ |
H A D | zip_test.cpp | 77 OPTIONS options; in HWTEST_F() 94 OPTIONS options; in HWTEST_F() 111 OPTIONS options; in HWTEST_F() 127 OPTIONS options; in HWTEST_F() 143 OPTIONS options; in HWTEST_F() 159 OPTIONS options; in HWTEST_F() 178 OPTIONS options; in HWTEST_F() 198 OPTIONS options; in HWTEST_F() 217 OPTIONS options; in HWTEST_F() 239 OPTIONS option in HWTEST_F() [all...] |
/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/ |
H A D | cj_zip.h | 23 int32_t Zip(const std::string &srcPath, const std::string &destPath, const OPTIONS &options); 24 int32_t UnZip(const std::string &srcFile, const std::string &destFile, OPTIONS options);
|
H A D | zip_ffi.cpp | 43 OPTIONS cOptions; in FfiBundleManagerCompressFile() 68 OPTIONS cOptions; in FfiBundleManagerDeCompressFileOptions() 92 OPTIONS cOptions; in FfiBundleManagerDeCompressFile()
|
H A D | cj_zip.cpp | 121 bool Zip(const ZipParams ¶ms, const OPTIONS &options) in Zip() 170 const OPTIONS &options, FilterCallback filterCB) in ZipWithFilterCallback() 203 int32_t Zip(const std::string &srcPath, const std::string &destPath, const OPTIONS &options) in Zip() 265 const FilePath &srcFile, const FilePath &destDir, const OPTIONS &options, UnzipParam &unzipParam) in UnzipWithFilterCallback() 296 int32_t UnZip(const std::string &srcFile, const std::string &destFile, OPTIONS options) in UnZip()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/ |
H A D | zip_writer.cpp | 76 zipFile zip_file, FilePath &path, bool isDirectory, struct tm *lastModified, const OPTIONS &options) in OpenNewFileEntry() 92 bool AddFileEntryToZip(zipFile zip_file, FilePath &relativePath, FilePath &absolutePath, const OPTIONS &options) in AddFileEntryToZip() 109 bool AddDirectoryEntryToZip(zipFile zip_file, FilePath &path, struct tm *lastModified, const OPTIONS &options) in AddDirectoryEntryToZip() 156 bool ZipWriter::WriteEntries(const std::vector<std::pair<FilePath, FilePath>> &paths, const OPTIONS &options) in WriteEntries() 161 bool ZipWriter::AddEntries(const std::vector<std::pair<FilePath, FilePath>> &paths, const OPTIONS &options) in AddEntries() 170 bool ZipWriter::Close(const OPTIONS &options) in Close() 177 bool ZipWriter::FlushEntriesIfNeeded(bool force, const OPTIONS &options) in FlushEntriesIfNeeded()
|
H A D | zip.cpp | 131 bool Zip(const ZipParams ¶ms, const OPTIONS &options) in Zip() 220 bool Zips(const ZipParams ¶ms, const OPTIONS &options) in Zips() 289 const FilePath &srcFile, const FilePath &destDir, const OPTIONS &options, UnzipParam &unzipParam) in UnzipWithFilterCallback() 320 bool Unzip(const std::string &srcFile, const std::string &destFile, OPTIONS options, in Unzip() 369 const OPTIONS &options, FilterCallback filterCB) in ZipWithFilterCallback() 403 const OPTIONS &options, FilterCallback filterCB) in ZipsWithFilterCallback() 437 bool Zip(const std::string &srcPath, const std::string &destPath, const OPTIONS &options, in Zip() 540 bool Zips(const std::vector<std::string> &srcFiles, const std::string &destPath, const OPTIONS &options, in Zips()
|
H A D | zip_internal.cpp | 272 zipFile zipFile, const std::string &strPath, const OPTIONS &options, const struct tm *lastModifiedTime) in ZipOpenNewFileInZip()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/ |
H A D | napi_zlib_common.h | 39 OPTIONS options;
|
H A D | napi_zlib.cpp | 96 bool UnwrapOptionsParams(OPTIONS &options, napi_env env, napi_value arg); 485 bool UnwrapOptionsParams(OPTIONS &options, napi_env env, napi_value arg) in UnwrapOptionsParams()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/zip_fuzzer/ |
H A D | zip_fuzzer.cpp | 41 LIBZIP::OPTIONS options; in DoSomethingInterestingWithMyAPI()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/ |
H A D | obex_headers.cpp | 1269 const uint8_t ObexDigestChallenge::OPTIONS; member in OHOS::bluetooth::ObexDigestChallenge 1278 return GetTlvtriplet(ObexDigestChallenge::OPTIONS); in GetOptions() 1293 tlvTriplets_.push_back(std::make_unique<TlvTriplet>(ObexDigestChallenge::OPTIONS, options)); in AppendOptions()
|
H A D | obex_headers.h | 120 static const uint8_t OPTIONS = 0x01; member in OHOS::bluetooth::ObexActionType::ObexDigestChallenge
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
H A D | keys.h | 197 KEYWORD(OPTIONS, options) // chart options
|