Searched refs:GetHistoryPath (Results 1 – 1 of 1) sorted by relevance
125 std::string GetHistoryPath() { in GetHistoryPath() function136 bool success = !GetHistoryPath().empty(); in SetupLineEditor()139 success = success && EnsureFile(GetHistoryPath()); in SetupLineEditor()140 success = success && linenoiseHistoryLoad(GetHistoryPath().c_str()) != -1; in SetupLineEditor()142 PERFETTO_PLOG("Could not load history from %s", GetHistoryPath().c_str()); in SetupLineEditor()149 linenoiseHistorySave(GetHistoryPath().c_str()); in operator ()()