Home
last modified time | relevance | path

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

/external/curl/tests/libtest/
Dlib571.c108 FILE *protofile = fopen(libtest_arg2, "wb"); in test() local
109 if(protofile == NULL) { in test()
116 fclose(protofile); in test()
123 fclose(protofile); in test()
141 test_setopt(curl, CURLOPT_WRITEDATA, protofile); in test()
206 if(protofile) in test()
207 fclose(protofile); in test()
/external/flatbuffers/tests/
Dtest.cpp1096 std::string protofile; in ParseProtoTest() local
1101 false, &protofile), in ParseProtoTest()
1120 TEST_EQ(parser.Parse(protofile.c_str(), include_directories), true); in ParseProtoTest()
1133 TEST_EQ(parser3.Parse(protofile.c_str(), include_directories), true); in ParseProtoTest()
1147 std::string protofile; in ParseProtoTestWithSuffix() local
1152 false, &protofile), in ParseProtoTestWithSuffix()
1172 TEST_EQ(parser.Parse(protofile.c_str(), include_directories), true); in ParseProtoTestWithSuffix()
1185 TEST_EQ(parser3.Parse(protofile.c_str(), include_directories), true); in ParseProtoTestWithSuffix()
1199 std::string protofile; in ParseProtoTestWithIncludes() local
1205 false, &protofile), in ParseProtoTestWithIncludes()
[all …]