Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/filesystem/test/
Dconvenience_test.cpp43 bool throws_fs_error(F func) in throws_fs_error() function
94 BOOST_TEST(throws_fs_error( in cpp_main()
96 BOOST_TEST(throws_fs_error( in cpp_main()
105 BOOST_TEST(throws_fs_error( in cpp_main()
Doperations_test.cpp110 #define CHECK_EXCEPTION(Functor,Expect) throws_fs_error(Functor,Expect,__LINE__)
159 bool throws_fs_error(F func, errno_t en, int line) in throws_fs_error() function