Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/utils/
H A Dfile_utils.cpp43 int32_t ChMod(const std::string &path, mode_t mode) in ChMod() function
139 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()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/utils/test/
H A Dfile_utils_test.cpp41 int32_t ChMod(const std::string &path, mode_t mode);
93 ret = ChMod(std::string(PATH_CHMOD), mode);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/utils/
H A Dfile_utils.h38 int32_t ChMod(const std::string &path, mode_t mode);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dbase_key.cpp281 ChMod(pathVersion, S_IREAD | S_IWRITE); in StoreKey()