Home
last modified time | relevance | path

Searched refs:ChMod (Results 1 – 4 of 4) sorted by relevance

/foundation/filemanagement/storage_service/services/storage_daemon/utils/
Dfile_utils.cpp40 int32_t ChMod(const std::string &path, mode_t mode) in ChMod() function
126 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()
/foundation/filemanagement/storage_service/services/storage_daemon/include/utils/
Dfile_utils.h33 int32_t ChMod(const std::string &path, mode_t mode);
/foundation/filemanagement/storage_service/services/storage_daemon/utils/test/
Dfile_utils_test.cpp40 int32_t ChMod(const std::string &path, mode_t mode);
92 ret = ChMod(std::string(PATH_CHMOD), mode);
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
Dbase_key.cpp189 ChMod(pathVersion, S_IREAD | S_IWRITE); in DoStoreKey()