Searched refs:CreateFileDescriptor (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_stream_installer_host_impl.cpp | 133 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 D | bundle_util.cpp | 445 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 D | bundle_graphics_client_impl.h | 40 int32_t CreateFileDescriptor(const std::string &filePath);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_util.h | 196 static int32_t CreateFileDescriptor(const std::string &bundlePath, long long offset);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/ |
H A D | quick_fix_manager_host_impl.cpp | 140 if ((fd = BundleUtil::CreateFileDescriptor(path, 0)) < 0) { in CreateFd()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/extend_resource/ |
H A D | extend_resource_manager_host_impl.cpp | 665 if ((fd = BundleUtil::CreateFileDescriptor(path, 0)) < 0) { in CreateFd()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_operator.cpp | 2024 auto outPutFd = BundleUtil::CreateFileDescriptor(tmpPath, 0); in DecryptSoFile()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_test.cpp | 5040 auto ret = bundleUtil.CreateFileDescriptor(bundlePath, offset); 5054 auto ret = bundleUtil.CreateFileDescriptor(bundlePath, offset);
|