Home
last modified time | relevance | path

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

/packages/modules/adb/client/
Dfile_sync_client.cpp637 unique_fd lfd(adb_open(lpath.c_str(), O_RDONLY | O_CLOEXEC)); in SendLargeFile() local
638 if (lfd < 0) { in SendLargeFile()
673 int r = adb_read(lfd.get(), input.data(), input.size()); in SendLargeFile()
739 unique_fd lfd(adb_open(lpath.c_str(), O_RDONLY | O_CLOEXEC)); in SendLargeFileLegacy() local
740 if (lfd < 0) { in SendLargeFileLegacy()
749 int bytes_read = adb_read(lfd, sbuf.data, max); in SendLargeFileLegacy()
1088 unique_fd lfd(adb_creat(lpath, 0644)); in sync_recv_v1() local
1089 if (lfd < 0) { in sync_recv_v1()
1122 if (!WriteFdExactly(lfd, buffer, msg.data.size)) { in sync_recv_v1()
1145 unique_fd lfd(adb_creat(lpath, 0644)); in sync_recv_v2() local
[all …]