Home
last modified time | relevance | path

Searched refs:DestroySystemServiceDirs (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/user/
H A Dmount_manager.h84 int32_t DestroySystemServiceDirs(int32_t userId);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/user/src/
H A Duser_manager.cpp138 err = MountManager::GetInstance()->DestroySystemServiceDirs(userId); in DestroyUserDirs()
H A Dmount_manager.cpp1291 int32_t MountManager::DestroySystemServiceDirs(int32_t userId) in DestroySystemServiceDirs() function in OHOS::StorageDaemon::MountManager