Home
last modified time | relevance | path

Searched defs:fileInfo (Results 1 - 25 of 51) sorted by relevance

123

/base/security/dlp_permission_service/frameworks/dlp_permission/include/
H A Dopen_dlp_file_callback_info_parcel.h35 OpenDlpFileCallbackInfo fileInfo; member
/base/security/code_signature/utils/include/
H A Dcs_hisysevent.h44 inline void ReportParseCodeSig(const std::string &fileInfo, int32_t errCode) in ReportParseCodeSig() argument
50 inline void ReportInvalidOwner(const std::string &fileInfo, const std::string &ownerID, in ReportInvalidOwner() argument
/base/security/huks/test/unittest/huks_standard_test/module_test/service_test/huks_service/storage/src/
H A Dhks_storage_util_test.cpp86 struct HksStoreFileInfo fileInfo = { { 0 }, { 0 } }; in HWTEST_F() local
88 struct HksStoreFileInfo fileInfo = { { 0 } }; in HWTEST_F() local
115 struct HksStoreFileInfo fileInfo = { { 0 }, { 0 } }; in HWTEST_F() local
117 struct HksStoreFileInfo fileInfo in HWTEST_F() local
144 struct HksStoreFileInfo fileInfo = { { 0 }, { 0 } }; HWTEST_F() local
146 struct HksStoreFileInfo fileInfo = { { 0 } }; HWTEST_F() local
173 struct HksStoreFileInfo fileInfo = { { 0 }, { 0 } }; HWTEST_F() local
175 struct HksStoreFileInfo fileInfo = { { 0 } }; HWTEST_F() local
203 struct HksStoreFileInfo fileInfo = { { 0 }, { 0 } }; HWTEST_F() local
205 struct HksStoreFileInfo fileInfo = { { 0 } }; HWTEST_F() local
233 struct HksStoreFileInfo fileInfo = { { 0 }, { 0 } }; HWTEST_F() local
235 struct HksStoreFileInfo fileInfo = { { 0 } }; HWTEST_F() local
262 struct HksStoreFileInfo fileInfo = { { 0 }, { 0 } }; HWTEST_F() local
264 struct HksStoreFileInfo fileInfo = { { 0 } }; HWTEST_F() local
[all...]
/base/update/updater/services/diffpatch/bzip2/
H A Dzip_adapter.cpp24 ZipAdapter::ZipAdapter(UpdatePatchWriterPtr outStream, size_t offset, const PkgManager::FileInfoPtr fileInfo) in ZipAdapter() argument
H A Dlz4_adapter.h53 Lz4FrameAdapter(UpdatePatchWriterPtr outStream, size_t offset, const Hpackage::PkgManager::FileInfoPtr fileInfo) Lz4FrameAdapter() argument
74 Lz4BlockAdapter(UpdatePatchWriterPtr outStream, size_t offset, const Hpackage::PkgManager::FileInfoPtr fileInfo) Lz4BlockAdapter() argument
H A Dlz4_adapter.cpp27 Lz4Adapter::Lz4Adapter(UpdatePatchWriterPtr outStream, size_t offset, const PkgManager::FileInfoPtr fileInfo) in Lz4Adapter() argument
/base/update/updater/services/diffpatch/patch/
H A Dimage_patch.h119 CompressedFileRestore(Hpackage::PkgManager::FileInfoPtr fileInfo, UpdatePatchWriterPtr writer) in CompressedFileRestore() argument
H A Dimage_patch.cpp250 Hpackage::ZipFileInfo *fileInfo = new(std::nothrow) ZipFileInfo; in GetFileInfo() local
304 Hpackage::Lz4FileInfo *fileInfo = new(std::nothrow) Lz4FileInfo; GetFileInfo() local
[all...]
/arkcompiler/ets_frontend/merge_abc/src/
H A DmergeProgram.cpp37 struct _finddata_t fileInfo; in EnumerateFilesWindows() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
H A Dsnapshot_global_data.cpp89 auto fileInfo = thread->GetEcmaVM()->GetFactory()->NewTaggedArray(Cast(CP_PANDA_INFO_ITEM::COUNT)); in AddSnapshotCpArrayToData() local
/base/hiviewdfx/hiview/plugins/event_store/event_export/task/expire/
H A Devent_scan_handler.cpp37 struct stat fileInfo {0}; in GetFileLastModifiedTime() struct
/base/update/updater/services/diffpatch/diff/
H A Dupdate_diff.cpp124 const FileInfo *fileInfo = pkgManager_->GetFileInfo(fileName); in Extract() local
/base/update/updater/services/package/pkg_package/
H A Dpkg_pkgfile.cpp136 int32_t PkgEntry::Init(PkgManager::FileInfoPtr localFileInfo, const PkgManager::FileInfoPtr fileInfo, in Init() argument
H A Dpkg_lz4file.cpp22 int32_t Lz4FileEntry::Init(const PkgManager::FileInfoPtr fileInfo, PkgStreamPtr inStream) in Init() argument
[all...]
/base/update/updater/test/unittest/diffpatch/
H A Dimage_patch_unittest.cpp57 ZipFileInfo *fileInfo = new(std::nothrow) ZipFileInfo; variable
/third_party/lzma/CPP/7zip/UI/FileManager/
H A DOverwriteDialog.cpp51 SetFileInfoControl(unsigned textID, unsigned iconID, const NOverwriteDialog::CFileInfo &fileInfo) SetFileInfoControl() argument
/arkcompiler/ets_runtime/ecmascript/extractortool/tests/
H A Dextractor_test.cpp197 FileInfo fileInfo; in HWTEST_F_L0() local
/base/hiviewdfx/hiview/plugins/faultlogger/common/
H A Dfaultlog_util.cpp177 struct stat fileInfo; in GetFileLastAccessTimeStamp() local
/base/security/huks/services/huks_standard/huks_service/main/upgrade/file_transfer/src/
H A Dhks_file_transfer.c86 struct HksStoreFileInfo fileInfo = { { 0 }, { 0 } }; in ConstructNewFilePath() local
88 struct HksStoreFileInfo fileInfo = { { 0 } }; in ConstructNewFilePath() local
/base/update/updater/services/include/applypatch/
H A Dtransfer_manager.h37 Hpackage::PkgManager::FileInfoPtr fileInfo; member
/third_party/lzma/CPP/7zip/Bundles/SFXSetup/
H A DExtractCallbackSfx.cpp179 NFind::CFileInfo fileInfo; in GetStream() local
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/utils/
H A Dtrace_flow_controller.cpp157 struct stat fileInfo; in GetTraceSize() local
/base/hiviewdfx/hiview/interfaces/js/napi/src/
H A Dhiview_napi_util.cpp123 void HiviewNapiUtil::CreateJsFileInfo(const napi_env env, const HiviewFileInfo& fileInfo, napi_value& val) in CreateJsFileInfo() argument
/base/hiviewdfx/hidumper/frameworks/native/src/util/zip/
H A Dzip_writer.cpp160 zip_fileinfo fileInfo = {}; in ZipOpenNewFileInZip() local
/base/hiviewdfx/hiview/base/utility/
H A Dhiview_zip_util.cpp146 unz_file_info fileInfo; in UnzipFile() local

Completed in 10 milliseconds

123