Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_operator.h76 static bool MkRecursiveDir(const std::string &path, bool isReadByOthers);
192 …static bool MkOwnerDir(const std::string &path, bool isReadByOthers, const int uid, const int gid);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp209 bool InstalldOperator::MkRecursiveDir(const std::string &path, bool isReadByOthers) in MkRecursiveDir() argument
216 mode |= (isReadByOthers ? S_IROTH : 0); in MkRecursiveDir()
939 bool InstalldOperator::MkOwnerDir(const std::string &path, bool isReadByOthers, const int uid, cons… in MkOwnerDir() argument
941 if (!MkRecursiveDir(path, isReadByOthers)) { in MkOwnerDir()