Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/user/
H A Dmount_manager.h92 int32_t UMountAllPath(int32_t userId, std::list<std::string> &unMountFailList);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/user/src/
H A Dmount_manager.cpp797 int32_t MountManager::UMountAllPath(int32_t userId, std::list<std::string> &unMountFailList) in UMountAllPath() function in OHOS::StorageDaemon::MountManager
1131 int32_t unMountRes = UMountAllPath(userId, unMountFailList); in UmountFileSystem()