file_sync_client.c | 297 static int sync_send(int fd, const char *lpath, const char *rpath, 322 lfd = adb_open(lpath, O_RDONLY); 324 fprintf(stderr,"cannot open '%s': %s\n", lpath, strerror(errno)); 330 fprintf(stderr, "error seeking in file '%s'\n", lpath); 338 lpath); 344 fprintf(stderr, "error reading from file: '%s'\n", lpath); 355 lpath); 364 lpath); 383 write_data_file(fd, lpath, sbuf); 386 write_data_link(fd, lpath, sbuf) 806 const char *lpath; member in struct:__anon60747 [all...] |