Home
last modified time | relevance | path

Searched refs:downloading_ (Results 1 – 2 of 2) sorted by relevance

/system/core/fastboot/device/
Dtcp_client.cpp75 if (downloading_) { in Read()
97 } while (downloading_ && total_read < len); in Read()
118 downloading_ = true; in Write()
120 downloading_ = false; in Write()
Dtcp_client.h39 bool downloading_ = false; variable