Searched defs:fd_read (Results 1 – 1 of 1) sorted by relevance
69 size_t cpioWriteFileContent(int fd_read, int out_fd, struct stat& st) { in cpioWriteFileContent()139 const int fd_read = open(cur_file_path.c_str(), O_RDONLY); in cpioArchiveFilesInDir() local