HomeSort by relevance Sort by last modified time
    Searched full:copyinfo (Results 1 - 2 of 2) sorted by null

  /system/core/adb/
file_sync_client.c 557 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 *ci, *next
    [all...]
  /build/tools/releasetools/
img_from_target_files 154 def CopyInfo(output_zip):
199 CopyInfo(output_zip)

Completed in 2825 milliseconds