HomeSort by relevance Sort by last modified time
    Searched refs:content_filename (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/platform/cloud/
curl_http_request_test.cc 423 auto content_filename = io::JoinPath(testing::TmpDir(), "content"); local
424 std::ofstream content(content_filename, std::ofstream::binary);
430 TF_EXPECT_OK(http_request.SetPutFromFile(content_filename, 0));
443 std::remove(content_filename.c_str());
450 auto content_filename = io::JoinPath(testing::TmpDir(), "content"); local
451 std::ofstream content(content_filename, std::ofstream::binary);
457 TF_EXPECT_OK(http_request.SetPutFromFile(content_filename, 7));
463 std::remove(content_filename.c_str());
  /external/libmicrohttpd/src/microhttpd/
postprocessor.c 165 char *content_filename; member in struct:MHD_PostProcessor
671 "filename", &pp->content_filename);
772 pp->content_filename,
804 if ((NULL != pp->content_filename) &&
807 free (pp->content_filename);
808 pp->content_filename = NULL;
1053 if (pp->content_filename != NULL)
    [all...]

Completed in 460 milliseconds