Searched refs:user_dir (Results 1 – 2 of 2) sorted by relevance
104 std::string GetNeedRestoreFilePath(int32_t userId, const std::string &user_dir);
195 std::string StorageDaemon::GetNeedRestoreFilePath(int32_t userId, const std::string &user_dir) in GetNeedRestoreFilePath() argument197 std::string path = user_dir + "/" + std::to_string(userId) + "/latest/need_restore"; in GetNeedRestoreFilePath()