Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/
Dtrace_processor_shell.cc88 std::string GetHistoryPath() { in GetHistoryPath() function
99 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()