Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/user/
H A Dmount_manager.h122 int32_t CreateSystemServiceDirs(int32_t userId);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/user/src/
H A Dmount_manager.cpp1022 if (CreateSystemServiceDirs(userId) != E_OK) { in MountByUser()
1278 int32_t MountManager::CreateSystemServiceDirs(int32_t userId) in CreateSystemServiceDirs() function in OHOS::StorageDaemon::MountManager