Searched defs:filelist (Results 1 - 1 of 1) sorted by relevance

/system/core/adb/
H A Dfile_sync_client.c609 static int local_build_list(copyinfo **filelist, argument
664 ci->next = *filelist;
665 *filelist = ci;
677 local_build_list(filelist, ci->src, ci->dst);
687 copyinfo *filelist = 0; local
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; member in struct:__anon5
841 copyinfo **filelist = args->filelist; local
854 remote_build_list(int syncfd, copyinfo **filelist, const char *rpath, const char *lpath) argument
899 copyinfo *filelist = 0; local
[all...]

Completed in 38 milliseconds