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

/system/core/adb/
H A Dfile_sync_client.c565 typedef struct copyinfo copyinfo; typedef in typeref:struct:copyinfo
567 struct copyinfo struct
569 copyinfo *next;
579 copyinfo *mkcopyinfo(const char *spath, const char *dpath,
588 copyinfo *ci = malloc(sizeof(copyinfo) + ssize + dsize);
609 static int local_build_list(copyinfo **filelist,
615 copyinfo *dirlist = 0;
616 copyinfo *c
[all...]

Completed in 24 milliseconds