Home
last modified time | relevance | path

Searched refs:CloseFileDescriptor (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_util.h198 static void CloseFileDescriptor(std::vector<int32_t> &fdVec);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_stream_installer_host_impl.cpp85 BundleUtil::CloseFileDescriptor(streamFdVec_); in UnInit()
H A Dbundle_util.cpp485 void BundleUtil::CloseFileDescriptor(std::vector<int32_t> &fdVec) in CloseFileDescriptor() function in OHOS::AppExecFwk::BundleUtil