OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:persist_data_size
(Results
1 - 2
of
2
) sorted by null
/system/vold/
cryptfs.c
346
crypt_ftr->
persist_data_size
= CRYPT_PERSIST_DATA_SIZE;
445
if (crypt_ftr->persist_data_offset[0] + crypt_ftr->
persist_data_size
>
456
if (((crypt_ftr->persist_data_offset[1] + crypt_ftr->
persist_data_size
) -
520
pdata = malloc(crypt_ftr.
persist_data_size
);
532
if (unix_read(fd, pdata, crypt_ftr.
persist_data_size
) < 0){
544
init_empty_persist_data(pdata, crypt_ftr.
persist_data_size
);
600
pdata = malloc(crypt_ftr.
persist_data_size
);
611
if (unix_read(fd, pdata, crypt_ftr.
persist_data_size
) < 0) {
633
if (unix_write(fd, persist_data, crypt_ftr.
persist_data_size
) ==
634
(int) crypt_ftr.
persist_data_size
) {
[
all
...]
cryptfs.h
84
__le32
persist_data_size
; /* The number of bytes allocated to each copy of the
member in struct:crypt_mnt_ftr
Completed in 23 milliseconds