HomeSort by relevance Sort by last modified time
    Searched full:persist_data (Results 1 - 1 of 1) sorted by null

  /system/vold/
cryptfs.c 109 static struct crypt_persist_data *persist_data = NULL; variable in typeref:struct:crypt_persist_data
855 if (persist_data) {
867 persist_data = pdata;
925 persist_data = pdata;
947 if (persist_data == NULL) {
1010 if (unix_write(fd, persist_data, crypt_ftr.persist_data_size) ==
    [all...]

Completed in 419 milliseconds