Home
last modified time | relevance | path

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

/system/update_engine/cros/
Ddownload_action_chromeos.h107 void WriteToP2PFile(const void* data, size_t length, off_t file_offset);
Ddownload_action_chromeos.cc120 void DownloadActionChromeos::WriteToP2PFile(const void* data, in WriteToP2PFile() function in chromeos_update_engine::DownloadActionChromeos
369 WriteToP2PFile(bytes, length, bytes_received_); in ReceivedBytes()