Searched refs:is_other (Results 1 – 11 of 11) sorted by relevance
22 class is_other class29 class is_other<other<T> > class
181 inline bool is_other (const directory_entry& e) { return filesystem::is_other(e.status… in is_other() function182 inline bool is_other (const directory_entry& e, system::error_code& ec) BOOST_NOEXCEPT… in is_other() function
203 bool is_other(const path& p) {return is_other(detail::status(p));} in is_other() function205 bool is_other(const path& p, system::error_code& ec) in is_other() function206 {return is_other(detail::status(p, &ec));} in is_other()
223 inline BOOST_CONSTEXPR bool is_other(file_status f) BOOST_NOEXCEPT in is_other() function
73 cout << "is_other(s) is " << (is_other(s) ? "true" : "false") << "\n"; in show_status()
855 BOOST_TEST(!fs::is_other(stat)); in create_symlink_tests()862 BOOST_TEST(!fs::is_other(stat)); in create_symlink_tests()873 BOOST_TEST(!fs::is_other(stat)); in create_symlink_tests()1058 BOOST_TEST(!fs::is_other(stat)); in predicate_and_status_tests()1067 BOOST_TEST(!fs::is_other(stat)); in predicate_and_status_tests()1130 BOOST_TEST(!fs::is_other(dir)); in create_directory_tests()1136 BOOST_TEST(!fs::is_other(stat)); in create_directory_tests()1256 BOOST_TEST(!fs::is_other(p)); in status_of_nonexistent_tests()1265 BOOST_TEST(!fs::is_other(s)); in status_of_nonexistent_tests()1309 BOOST_TEST(!fs::is_other(s)); in status_error_reporting_tests()[all …]
108 CHECK(!is_other("/")); in query_test()
511 bool is_other(file_status status);521 std::error_code is_other(const Twine &path, bool &result);
962 bool is_other(file_status status) { in is_other() function968 std::error_code is_other(const Twine &Path, bool &Result) { in is_other() function972 Result = is_other(FileStatus); in is_other()
1099 bool is_other(const basic_file_status &status) { in is_other() function1105 std::error_code is_other(const Twine &Path, bool &Result) { in is_other() function1109 Result = is_other(FileStatus); in is_other()
625 bool is_other(const basic_file_status &status);635 std::error_code is_other(const Twine &path, bool &result);