mirror of
https://gitee.com/openharmony/appexecfwk_standard
synced 2024-11-27 07:00:31 +00:00
commit
2364616969
@ -492,8 +492,6 @@ bool UnwrapOptionsParams(OPTIONS &options, napi_env env, napi_value arg)
|
||||
NAPI_CALL_BASE_BOOL(UnwrapIntValue(env, jsProValue, ret), false);
|
||||
COMPRESS_STRATEGY_CHECK(ret, false)
|
||||
options.strategy = static_cast<COMPRESS_STRATEGY>(ret);
|
||||
} else if (strProName == std::string("dictionary")) {
|
||||
continue;
|
||||
} else {
|
||||
continue;
|
||||
}
|
||||
|
@ -33,7 +33,7 @@ namespace OHOS {
|
||||
namespace AAFwk {
|
||||
namespace LIBZIP {
|
||||
|
||||
// TODO(satorux): The implementation assumes that file names in zip files
|
||||
// The implementation assumes that file names in zip files
|
||||
// are encoded in UTF-8. This is true for zip files created by Zip()
|
||||
// function in zip.h, but not true for user-supplied random zip files.
|
||||
ZipReader::EntryInfo::EntryInfo(const std::string &fileNameInZip, const unz_file_info &rawFileInfo)
|
||||
|
Loading…
Reference in New Issue
Block a user