Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/volume/
H A Dexternal_volume_info.h56 const std::string mountPathDir_ = "/mnt/data/external/%s"; variable
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/volume/src/
H A Dexternal_volume_info.cpp171 mountPath_ = StringPrintf(mountPathDir_.c_str(), fsUuid_.c_str()); in DoMount()