HomeSort by relevance Sort by last modified time
    Searched refs:HistPath (Results 1 - 2 of 2) sorted by null

  /external/llvm/unittests/LineEditor/
LineEditor.cpp 19 SmallString<64> HistPath;
27 sys::fs::createTemporaryFile("temp", "history", HistPath);
28 ASSERT_FALSE(HistPath.empty());
29 LE = new LineEditor("test", HistPath);
34 sys::fs::remove(HistPath.str());
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/LineEditor/
LineEditor.cpp 19 SmallString<64> HistPath;
27 sys::fs::createTemporaryFile("temp", "history", HistPath);
28 ASSERT_FALSE(HistPath.empty());
29 LE = new LineEditor("test", HistPath);
34 sys::fs::remove(HistPath.str());

Completed in 114 milliseconds