Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/1.3/default/
Dwifi_chip.cpp167 bool cpioWriteHeader(int out_fd, struct stat& st, const char* file_name, in cpioWriteHeader() argument
178 if (write(out_fd, read_buf.data(), llen) == -1) { in cpioWriteHeader()
182 if (write(out_fd, file_name, file_name_len) == -1) { in cpioWriteHeader()
191 if (write(out_fd, &zero, 4 - llen) == -1) { in cpioWriteHeader()
200 size_t cpioWriteFileContent(int fd_read, int out_fd, struct stat& st) { in cpioWriteFileContent() argument
212 if (write(out_fd, read_buf.data(), bytes_read) == -1) { in cpioWriteFileContent()
226 if (write(out_fd, &zero, 4 - llen) == -1) { in cpioWriteFileContent()
235 bool cpioWriteFileTrailer(int out_fd) { in cpioWriteFileTrailer() argument
238 if (write(out_fd, read_buf.data(), in cpioWriteFileTrailer()
251 size_t cpioArchiveFilesInDir(int out_fd, const char* input_dir) { in cpioArchiveFilesInDir() argument
[all …]