Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/LineEditor/
DLineEditor.cpp18 SmallString<64> HistPath; member in LineEditorTest
26 sys::fs::createTemporaryFile("temp", "history", HistPath); in init()
27 ASSERT_FALSE(HistPath.empty()); in init()
28 LE = new LineEditor("test", HistPath); in init()
33 sys::fs::remove(HistPath.str()); in ~LineEditorTest()
/external/llvm/unittests/LineEditor/
DLineEditor.cpp19 SmallString<64> HistPath; member in LineEditorTest
27 sys::fs::createTemporaryFile("temp", "history", HistPath); in init()
28 ASSERT_FALSE(HistPath.empty()); in init()
29 LE = new LineEditor("test", HistPath); in init()
34 sys::fs::remove(HistPath.str()); in ~LineEditorTest()