Searched refs:isReadByOthers (Results 1 – 2 of 2) sorted by relevance
76 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);
209 bool InstalldOperator::MkRecursiveDir(const std::string &path, bool isReadByOthers) in MkRecursiveDir() argument216 mode |= (isReadByOthers ? S_IROTH : 0); in MkRecursiveDir()939 bool InstalldOperator::MkOwnerDir(const std::string &path, bool isReadByOthers, const int uid, cons… in MkOwnerDir() argument941 if (!MkRecursiveDir(path, isReadByOthers)) { in MkOwnerDir()