Searched refs:ChMod (Results 1 – 4 of 4) sorted by relevance
43 int32_t ChMod(const std::string &path, mode_t mode) in ChMod() function139 if (((st.st_mode & ALL_PERMS) != mode) && ChMod(path, mode)) { in PrepareDir()160 if (ChMod(path, mode)) { in PrepareDir()235 (void)ChMod(path, mode); in TravelChmod()247 (void)ChMod(subpath, mode); in TravelChmod()
41 int32_t ChMod(const std::string &path, mode_t mode);93 ret = ChMod(std::string(PATH_CHMOD), mode);
38 int32_t ChMod(const std::string &path, mode_t mode);
281 ChMod(pathVersion, S_IREAD | S_IWRITE); in StoreKey()