Home
last modified time | relevance | path

Searched refs:dsize (Results 1 – 3 of 3) sorted by relevance

/system/core/fastboot/
Dprotocol.c92 unsigned dsize = strtoul((char*) status + 4, 0, 16); in check_response() local
93 if(dsize > size) { in check_response()
98 return dsize; in check_response()
/system/core/adb/
Dfile_sync_client.c586 int dsize = dlen + nlen + 2; in mkcopyinfo() local
588 copyinfo *ci = malloc(sizeof(copyinfo) + ssize + dsize); in mkcopyinfo()
602 snprintf((char*) ci->dst, dsize, isdir ? "%s%s/" : "%s%s", dpath, name); in mkcopyinfo()
/system/vold/
Dcryptfs.c3325 unsigned int dsize; in persist_set_key() local
3338 dsize = crypt_ftr.persist_data_size; in persist_set_key()
3340 dsize = CRYPT_PERSIST_DATA_SIZE; in persist_set_key()
3342 max_persistent_entries = (dsize - sizeof(struct crypt_persist_data)) / in persist_set_key()