Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/user/
H A Dmount_manager.h97 …int32_t FindMountPointsToMap(std::map<std::string, std::list<std::string>> &mountMap, int32_t user…
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/user/src/
H A Dmount_manager.cpp773 int32_t MountManager::FindMountPointsToMap(std::map<std::string, std::list<std::string>> &mountMap,… in FindMountPointsToMap() function in OHOS::StorageDaemon::MountManager
800 int32_t res = FindMountPointsToMap(mountMap, userId); in UMountAllPath()