Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_stream_installer_host_impl.cpp133 int32_t fd = BundleUtil::CreateFileDescriptor(filePath, 0); in CreateStream()
191 int32_t fd = BundleUtil::CreateFileDescriptor(filePath, 0); in CreateSignatureFileStream()
244 int32_t fd = BundleUtil::CreateFileDescriptor(bundlePath, 0); in CreateSharedBundleStream()
293 int32_t fd = BundleUtil::CreateFileDescriptor(filePath, 0); in CreatePgoFileStream()
H A Dbundle_util.cpp445 int32_t BundleUtil::CreateFileDescriptor(const std::string &bundlePath, long long offset) in CreateFileDescriptor() function in OHOS::AppExecFwk::BundleUtil
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/bundlemgr_graphics/include/
H A Dbundle_graphics_client_impl.h40 int32_t CreateFileDescriptor(const std::string &filePath);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_util.h196 static int32_t CreateFileDescriptor(const std::string &bundlePath, long long offset);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dquick_fix_manager_host_impl.cpp140 if ((fd = BundleUtil::CreateFileDescriptor(path, 0)) < 0) { in CreateFd()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/extend_resource/
H A Dextend_resource_manager_host_impl.cpp665 if ((fd = BundleUtil::CreateFileDescriptor(path, 0)) < 0) { in CreateFd()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp2024 auto outPutFd = BundleUtil::CreateFileDescriptor(tmpPath, 0); in DecryptSoFile()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp5040 auto ret = bundleUtil.CreateFileDescriptor(bundlePath, offset);
5054 auto ret = bundleUtil.CreateFileDescriptor(bundlePath, offset);