Searched refs:GetHistoryPath (Results 1 – 1 of 1) sorted by relevance
88 std::string GetHistoryPath() { in GetHistoryPath() function99 bool success = GetHistoryPath() != ""; in SetupLineEditor()102 success = success && EnsureFile(GetHistoryPath()); in SetupLineEditor()103 success = success && linenoiseHistoryLoad(GetHistoryPath().c_str()) != -1; in SetupLineEditor()105 PERFETTO_PLOG("Could not load history from %s", GetHistoryPath().c_str()); in SetupLineEditor()111 linenoiseHistorySave(GetHistoryPath().c_str()); in FreeLine()