Home | History | Annotate | Download | only in adb

Lines Matching defs:filelist

609 static int local_build_list(copyinfo **filelist,
664 ci->next = *filelist;
665 *filelist = ci;
677 local_build_list(filelist, ci->src, ci->dst);
687 copyinfo *filelist = 0;
708 if(local_build_list(&filelist, lpath, rpath)) {
713 for(ci = filelist; ci != 0; ci = ci->next) {
718 for(ci = filelist; ci != 0; ci = ci->next) {
730 for(ci = filelist; ci != 0; ci = next) {
815 copyinfo **filelist;
841 copyinfo **filelist = args->filelist;
847 ci->next = *filelist;
848 *filelist = ci;
854 static int remote_build_list(int syncfd, copyinfo **filelist,
860 args.filelist = filelist;
873 if (remote_build_list(syncfd, filelist, dirlist->src, dirlist->dst)) {
899 copyinfo *filelist = 0;
923 if (remote_build_list(fd, &filelist, rpath, lpath)) {
927 for (ci = filelist; ci != 0; ci = next) {