Searched refs:CreateFileDescriptor (Results 1 - 8 of 8) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_stream_installer_host_impl.cpp | 131 int32_t fd = BundleUtil::CreateFileDescriptor(filePath, 0); in CreateStream() 189 int32_t fd = BundleUtil::CreateFileDescriptor(filePath, 0); in CreateSignatureFileStream() 242 int32_t fd = BundleUtil::CreateFileDescriptor(bundlePath, 0); in CreateSharedBundleStream() 291 int32_t fd = BundleUtil::CreateFileDescriptor(filePath, 0); in CreatePgoFileStream()
|
H A D | bundle_util.cpp | 447 int32_t BundleUtil::CreateFileDescriptor(const std::string &bundlePath, long long offset) in CreateFileDescriptor() function in OHOS::AppExecFwk::BundleUtil
|
/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);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_util.h | 194 static int32_t CreateFileDescriptor(const std::string &bundlePath, long long offset);
|
/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()
|
/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()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_operator.cpp | 1911 auto outPutFd = BundleUtil::CreateFileDescriptor(tmpPath, 0); in DecryptSoFile()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_test.cpp | 5017 * @tc.name: test CreateFileDescriptor 5026 auto ret = bundleUtil.CreateFileDescriptor(bundlePath, offset); in HWTEST_F() 5032 * @tc.name: test CreateFileDescriptor 5040 auto ret = bundleUtil.CreateFileDescriptor(bundlePath, offset); in HWTEST_F()
|
Completed in 24 milliseconds