OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:p2p_size
(Results
1 - 2
of
2
) sorted by null
/system/update_engine/payload_consumer/
download_action.cc
136
off_t
p2p_size
= utils::FileSize(p2p_sharing_fd_);
local
137
if (
p2p_size
< 0) {
142
if (
p2p_size
< file_offset) {
144
<< " 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 483 milliseconds