Home
last modified time | relevance | path

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

/external/curl/tests/libtest/
Dlib571.c107 FILE *protofile = NULL; in test() local
109 protofile = fopen(libtest_arg2, "wb"); in test()
110 if(protofile == NULL) { in test()
117 fclose(protofile); in test()
124 fclose(protofile); in test()
142 test_setopt(curl, CURLOPT_WRITEDATA, protofile); in test()
207 if(protofile) in test()
208 fclose(protofile); in test()
/external/flatbuffers/tests/
Dtest.cpp902 std::string protofile; in ParseProtoTest() local
907 false, &protofile), in ParseProtoTest()
927 TEST_EQ(parser.Parse(protofile.c_str(), include_directories), true); in ParseProtoTest()
940 TEST_EQ(parser3.Parse(protofile.c_str(), include_directories), true); in ParseProtoTest()