Home | History | Annotate | Download | only in adb

Lines Matching defs:filelist

601 static int local_build_list(copyinfo **filelist,
656 ci->next = *filelist;
657 *filelist = ci;
666 local_build_list(filelist, ci->src, ci->dst);
676 copyinfo *filelist = 0;
697 if(local_build_list(&filelist, lpath, rpath)) {
702 for(ci = filelist; ci != 0; ci = ci->next) {
707 for(ci = filelist; ci != 0; ci = ci->next) {
719 for(ci = filelist; ci != 0; ci = next) {
803 copyinfo **filelist;
829 copyinfo **filelist = args->filelist;
835 ci->next = *filelist;
836 *filelist = ci;
842 static int remote_build_list(int syncfd, copyinfo **filelist,
848 args.filelist = filelist;
861 if (remote_build_list(syncfd, filelist, dirlist->src, dirlist->dst)) {
874 copyinfo *filelist = 0;
898 if (remote_build_list(fd, &filelist, rpath, lpath)) {
904 for (ci = filelist; ci != 0; ci = ci->next) {
909 for (ci = filelist; ci != 0; ci = ci->next) {
922 for (ci = filelist; ci != 0; ci = next) {