Home
last modified time | relevance | path

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

/third_party/boost/libs/filesystem/test/
Doperations_test.cpp1690 fs::path dangling_sym(dir / "dangling-sym"); in symlink_status_tests() local
1696 fs::create_symlink("does not exist", dangling_sym); in symlink_status_tests()
1704 BOOST_TEST_EQ(fs::symlink_status(dangling_sym, ec).type(), fs::symlink_file); in symlink_status_tests()
1712 BOOST_TEST_EQ(fs::status(dangling_sym, ec).type(), fs::file_not_found); in symlink_status_tests()