Searched defs:dontlookhere (Results 1 - 1 of 1) sorted by last modified time

/external/llvm/unittests/Support/
H A DPath.cpp425 "/recursive/dontlookhere/da1"));
440 if (path::filename(i->path()) == "dontlookhere")
447 v_t::const_iterator dontlookhere = std::find(visited.begin(), visited.end(), local
448 "dontlookhere");
459 ASSERT_NE(dontlookhere, visited.end());
476 fs::remove(Twine(TestDirectory) + "/recursive/dontlookhere/da1"));
477 ASSERT_NO_ERROR(fs::remove(Twine(TestDirectory) + "/recursive/dontlookhere"));

Completed in 224 milliseconds