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.cc125 std::string GetHistoryPath() { in GetHistoryPath() function
136 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 ()()