Searched refs:system_complete (Results 1 – 9 of 9) sorted by relevance
161 path system_complete(const path& p, system::error_code* ec=0);503 path system_complete(const path& p) {return detail::system_complete(p);} in system_complete() function506 path system_complete(const path& p, system::error_code& ec) in system_complete() function507 {return detail::system_complete(p, &ec);} in system_complete()
47 fs::path in_path = fs::system_complete( fs::path( in )); in BOOST_AUTO_TEST_CASE()
40 fs::path in_path = fs::system_complete(fs::path(in)); in test_file_format()
33 p = fs::system_complete(argv[1]); in main()
1841 BOOST_TEST(fs::system_complete("").empty()); in platform_specific_tests()1842 BOOST_TEST(fs::system_complete("/") == fs::initial_path().root_path()); in platform_specific_tests()1843 BOOST_TEST(fs::system_complete("foo") in platform_specific_tests()1846 fs::path p1(fs::system_complete("/foo")); in platform_specific_tests()1852 BOOST_TEST(fs::system_complete(fs::path(fs::initial_path().root_name())) in platform_specific_tests()1854 BOOST_TEST(fs::system_complete(fs::path(fs::initial_path().root_name().string() in platform_specific_tests()1856 BOOST_TEST(fs::system_complete(fs::path("c:/")).generic_string() in platform_specific_tests()1858 BOOST_TEST(fs::system_complete(fs::path("c:/foo")).generic_string() in platform_specific_tests()1860 BOOST_TEST(fs::system_complete(fs::path("//share")).generic_string() in platform_specific_tests()1933 BOOST_TEST(fs::system_complete("").empty()); in platform_specific_tests()[all …]
225 = filesystem::system_complete(filesystem::path(input_directory_str)); in main()
294 = filesystem::system_complete(filesystem::path(input_directory_str)); in main()
782 filesystem::system_complete(src_path.parent_path()) :
2522 path system_complete(const path& p, system::error_code* ec) in system_complete() function