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

  /system/update_engine/payload_consumer/
download_action.cc 140 off_t p2p_size = utils::FileSize(p2p_sharing_fd_); local
141 if (p2p_size < 0) {
146 if (p2p_size < file_offset) {
148 << " but existing p2p file is only " << p2p_size local
  /system/update_engine/
p2p_manager_unittest.cc 264 off_t p2p_size = utils::FileSize(path); local
265 if (p2p_size < 0) {
271 if (p2p_size != expected_size) {
273 << " but size was " << p2p_size; local

Completed in 57 milliseconds