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

  /system/core/fastbootd/
protocol.h 41 int download_fd; member in struct:protocol_handle
commands.c 72 if (phandle->download_fd < 0) {
85 if (flash_validate_certificate(phandle->download_fd, &data_fd) != 1) {
233 if (phandle->download_fd < 0) {
247 if (!GPT_parse_file(phandle->download_fd, &content)) {
283 if (phandle->download_fd < 0) {
293 if (flash_validate_certificate(phandle->download_fd, &data_fd) != 1) {
325 if (flash_write(partition, phandle->download_fd, sz, header_sz)) {
376 phandle->download_fd = protocol_handle_download(phandle, len);
377 if (phandle->download_fd < 0) {
protocol.c 178 phandle->download_fd = -1;
190 fd = phandle->download_fd;
191 phandle->download_fd = -1;

Completed in 666 milliseconds