Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/linux/
Dsymbol_upload.h44 enum class UploadProtocol { enum
52 Options() : upload_protocol(UploadProtocol::SYM_UPLOAD_V1), force(false) {} in Options()
60 UploadProtocol upload_protocol;
Dsymbol_upload.cc249 if (options->upload_protocol == UploadProtocol::SYM_UPLOAD_V2) { in Start()
/external/google-breakpad/src/tools/linux/symupload/
Dsym_upload.cc51 using google_breakpad::sym_upload::UploadProtocol;
136 options->upload_protocol = UploadProtocol::SYM_UPLOAD_V2; in SetupOptions()
138 options->upload_protocol = UploadProtocol::SYM_UPLOAD_V1; in SetupOptions()