Searched refs:ChMod (Results 1 – 4 of 4) sorted by relevance
40 int32_t ChMod(const std::string &path, mode_t mode) in ChMod() function126 if (((st.st_mode & ALL_PERMS) != mode) && ChMod(path, mode)) { in PrepareDir()147 if (ChMod(path, mode)) { in PrepareDir()223 (void)ChMod(path, mode); in TravelChmod()235 (void)ChMod(subpath, mode); in TravelChmod()
33 int32_t ChMod(const std::string &path, mode_t mode);
40 int32_t ChMod(const std::string &path, mode_t mode);92 ret = ChMod(std::string(PATH_CHMOD), mode);
189 ChMod(pathVersion, S_IREAD | S_IWRITE); in DoStoreKey()