Home
last modified time | relevance | path

Searched refs:TravelChmod (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/utils/
H A Dfile_utils.h46 void TravelChmod(const std::string &path, mode_t mode);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/utils/
H A Dfile_utils.cpp222 void TravelChmod(const std::string &path, mode_t mode) in TravelChmod() function
249 TravelChmod(subpath, mode); in TravelChmod()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/volume/src/
H A Dexternal_volume_info.cpp109 TravelChmod(mountPath_, mode); in DoMount4Ext()