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

/system/core/fastboot/
H A Dprotocol.c86 unsigned dsize = strtoul((char*) status + 4, 0, 16); local
87 if(dsize > size) {
92 return dsize;
/system/core/adb/
H A Dfile_sync_client.c578 int dsize = dlen + nlen + 2; local
580 copyinfo *ci = malloc(sizeof(copyinfo) + ssize + dsize);
594 snprintf((char*) ci->dst, dsize, isdir ? "%s%s/" : "%s%s", dpath, name);

Completed in 1078 milliseconds