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

/system/core/fastboot/
H A Dprotocol.c92 unsigned dsize = strtoul((char*) status + 4, 0, 16); local
93 if(dsize > size) {
98 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 35 milliseconds