Home
last modified time | relevance | path

Searched refs:protofile (Results 1 – 3 of 3) 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()
123 fclose(protofile); in test()
140 test_setopt(curl, CURLOPT_WRITEDATA, protofile); in test()
202 if(protofile) in test()
203 fclose(protofile); in test()
/external/curl/tests/data/
Dtest57181 rtsp://%HOSTIP:%RTSPPORT/571 log/protofile.txt
102 <file name="log/protofile.txt">
/external/flatbuffers/tests/
Dtest.cpp640 std::string protofile; in ParseProtoTest() local
643 "tests/prototest/test.proto", false, &protofile), true); in ParseProtoTest()
654 TEST_EQ(parser.Parse(protofile.c_str(), include_directories), true); in ParseProtoTest()