Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/user/
H A Dmount_manager.h116 int32_t HmdfsTwiceMount(int32_t userId, const std::string &relativePath);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/user/src/
H A Dmount_manager.cpp246 int32_t MountManager::HmdfsTwiceMount(int32_t userId, const std::string &relativePath) in HmdfsTwiceMount() function in OHOS::StorageDaemon::MountManager
595 int32_t ret = HmdfsTwiceMount(userId, "account"); in HmdfsMount()