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

/system/core/adb/
H A Dfile_sync_client.c601 static int local_build_list(copyinfo **filelist, argument
656 ci->next = *filelist;
657 *filelist = ci;
666 local_build_list(filelist, ci->src, ci->dst);
676 copyinfo *filelist = 0; local
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; member in struct:__anon273
829 copyinfo **filelist = args->filelist; local
842 remote_build_list(int syncfd, copyinfo **filelist, const char *rpath, const char *lpath) argument
874 copyinfo *filelist = 0; local
[all...]

Completed in 1108 milliseconds