HomeSort by relevance Sort by last modified time
    Searched full:copyinfo (Results 1 - 4 of 4) 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...]
  /hardware/qcom/display/libcopybit/
software_converter.cpp 126 struct copyInfo{
139 copyInfo& info)
193 copyInfo info;
238 copyInfo info;
  /external/skia/src/core/
SkPicture.cpp 151 SkPictCopyInfo copyInfo;
171 clone->fPlayback = SkNEW_ARGS(SkPicturePlayback, (*fPlayback, &copyInfo));
  /build/tools/releasetools/
img_from_target_files 199 def CopyInfo(output_zip):
253 CopyInfo(output_zip)

Completed in 191 milliseconds