Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/ipc/
H A Dstorage_daemon.h104 std::string GetNeedRestoreFilePath(int32_t userId, const std::string &user_dir);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/ipc/src/
H A Dstorage_daemon.cpp195 std::string StorageDaemon::GetNeedRestoreFilePath(int32_t userId, const std::string &user_dir) in GetNeedRestoreFilePath() argument
197 std::string path = user_dir + "/" + std::to_string(userId) + "/latest/need_restore"; in GetNeedRestoreFilePath()