Searched refs:HistPath (Results 1 – 2 of 2) sorted by relevance
18 SmallString<64> HistPath; member in LineEditorTest26 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()
19 SmallString<64> HistPath; member in LineEditorTest27 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()