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

/system/core/adb/
H A Dfile_sync_client.c557 typedef struct copyinfo copyinfo; typedef in typeref:struct:copyinfo
559 struct copyinfo struct
561 copyinfo *next;
571 copyinfo *mkcopyinfo(const char *spath, const char *dpath,
580 copyinfo *ci = malloc(sizeof(copyinfo) + ssize + dsize);
601 static int local_build_list(copyinfo **filelist,
607 copyinfo *dirlist = 0;
608 copyinfo *c
[all...]

Completed in 5 milliseconds