Searched refs:portable_posix_name (Results 1 – 3 of 3) sorted by relevance
62 BOOST_FILESYSTEM_DECL bool portable_posix_name(const std::string & name) in portable_posix_name() function84 && portable_posix_name(name) in portable_name()
1691 BOOST_TEST(fs::portable_posix_name(std::string("x"))); in name_function_tests()1697 BOOST_TEST(fs::portable_posix_name(std::string("."))); in name_function_tests()1703 BOOST_TEST(fs::portable_posix_name(std::string(".."))); in name_function_tests()1710 BOOST_TEST(!fs::portable_posix_name(std::string(""))); in name_function_tests()1717 BOOST_TEST(!fs::portable_posix_name(std::string(" "))); in name_function_tests()1723 BOOST_TEST(!fs::portable_posix_name(std::string(":"))); in name_function_tests()1729 BOOST_TEST(fs::portable_posix_name(std::string("-"))); in name_function_tests()1735 BOOST_TEST(!fs::portable_posix_name(std::string("foo bar"))); in name_function_tests()1743 BOOST_TEST(fs::portable_posix_name(std::string("foo.bar"))); in name_function_tests()1749 BOOST_TEST(fs::portable_posix_name(std::string("foo.barf"))); in name_function_tests()[all …]
845 BOOST_FILESYSTEM_DECL bool portable_posix_name(const std::string & name);