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

/system/core/adb/
H A Dfile_sync_client.cpp558 struct copyinfo struct
560 copyinfo *next;
569 copyinfo *mkcopyinfo(const char *spath, const char *dpath,
578 copyinfo *ci = reinterpret_cast<copyinfo*>(
579 malloc(sizeof(copyinfo) + ssize + dsize));
599 static int local_build_list(copyinfo **filelist,
605 copyinfo *dirlist = 0;
606 copyinfo *ci, *next;
675 copyinfo *filelis
[all...]

Completed in 262 milliseconds