Home
last modified time | relevance | path

Searched refs:out_type (Results 1 – 4 of 4) sorted by relevance

/system/update_engine/
Dlibcurl_http_fetcher.cc113 curl_proxytype* out_type) { in GetProxyType() argument
118 *out_type = CURLPROXY_SOCKS5_HOSTNAME; in GetProxyType()
123 *out_type = CURLPROXY_SOCKS4A; in GetProxyType()
130 *out_type = CURLPROXY_HTTP; in GetProxyType()
Dlibcurl_http_fetcher.h236 bool GetProxyType(const std::string& proxy, curl_proxytype* out_type);
/system/update_engine/payload_generator/
Ddelta_diff_utils.cc924 InstallOperation::Type* out_type) { in GenerateBestFullOperation() argument
934 *out_type = InstallOperation::ZERO; in GenerateBestFullOperation()
944 *out_type = InstallOperation::REPLACE_XZ; in GenerateBestFullOperation()
958 *out_type = InstallOperation::REPLACE_BZ; in GenerateBestFullOperation()
966 *out_type = InstallOperation::REPLACE; in GenerateBestFullOperation()
Ddelta_diff_utils.h124 InstallOperation::Type* out_type);