Home
last modified time | relevance | path

Searched refs:setDefault (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_host_impl.h257 ErrCode AclSetDir(bool debug, const std::string &dir, bool setAccess, bool setDefault);
259 const std::vector<std::string> &extensionDirs, bool setAccess, bool setDefault);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp405 …de InstalldHostImpl::AclSetDir(bool debug, const std::string &dir, bool setAccess, bool setDefault) in AclSetDir() argument
414 if (setDefault) { in AclSetDir()
422 const std::vector<std::string> &extensionDirs, bool setAccess, bool setDefault) in AclSetExtensionDirs() argument
432 AclSetDir(debug, extensionDir, setAccess, setDefault); in AclSetExtensionDirs()