Home
last modified time | relevance | path

Searched refs:AddFileField (Results 1 – 3 of 3) sorted by relevance

/external/libbrillo/brillo/http/
Dhttp_form_data_test.cc86 EXPECT_TRUE(form_field.AddFileField("file1", in TEST()
91 EXPECT_TRUE(form_field.AddFileField("file2", in TEST()
163 EXPECT_TRUE(files->AddFileField( in TEST()
165 EXPECT_TRUE(files->AddFileField("", in TEST()
Dhttp_form_data.cc169 bool MultiPartFormField::AddFileField(const std::string& name, in AddFileField() function in brillo::http::MultiPartFormField
213 bool FormData::AddFileField(const std::string& name, in AddFileField() function in brillo::http::FormData
217 return form_data_.AddFileField( in AddFileField()
Dhttp_form_data.h176 bool AddFileField(const std::string& name,
212 bool AddFileField(const std::string& name,