Lines Matching refs:testfile
70 void save_exported(const char *testfile) in BOOST_SERIALIZATION_MWERKS_BASE_AND_DERIVED()
72 test_ostream os(testfile, TEST_STREAM_FLAGS); in BOOST_SERIALIZATION_MWERKS_BASE_AND_DERIVED()
114 void load_exported(const char *testfile) in load_exported() argument
116 test_istream is(testfile, TEST_STREAM_FLAGS); in load_exported()
164 const char * testfile = boost::archive::tmpnam(NULL); in test_main() local
165 BOOST_REQUIRE(NULL != testfile); in test_main()
176 save_exported(testfile); in test_main()
177 load_exported(testfile); in test_main()
180 std::remove(testfile); in test_main()
191 const char * testfile = boost::archive::tmpnam(NULL); in test_main() local
192 BOOST_REQUIRE(NULL != testfile); in test_main()
201 save_exported(testfile); in test_main()
202 load_exported(testfile); in test_main()
205 std::remove(testfile); in test_main()