OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:p2p_sharing_fd_
(Results
1 - 2
of
2
) sorted by null
/system/update_engine/payload_consumer/
download_action.cc
55
p2p_sharing_fd_
(-1),
61
if (
p2p_sharing_fd_
!= -1) {
62
if (close(
p2p_sharing_fd_
) != 0) {
65
p2p_sharing_fd_
= -1;
94
p2p_sharing_fd_
= open(path.value().c_str(), O_WRONLY);
95
if (
p2p_sharing_fd_
== -1) {
106
if (fchmod(
p2p_sharing_fd_
, 0644) != 0) {
121
if (
p2p_sharing_fd_
== -1) {
136
off_t p2p_size = utils::FileSize(
p2p_sharing_fd_
);
150
off_t cur_file_offset = lseek(
p2p_sharing_fd_
, file_offset, SEEK_SET)
[
all
...]
download_action.h
179
int
p2p_sharing_fd_
;
member in class:chromeos_update_engine::DownloadAction
Completed in 57 milliseconds