Home
last modified time | relevance | path

Searched refs:supportFormatType_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/volume/src/
H A Dexternal_volume_info.cpp252 std::map<std::string, std::string>::iterator iter = supportFormatType_.find(type); in DoFormat()
253 if (iter == supportFormatType_.end()) { in DoFormat()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/volume/
H A Dexternal_volume_info.h58 …std::map<std::string, std::string> supportFormatType_ = {{"exfat", "mkfs.exfat"}, {"vfat", "newfs_… variable