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

  /system/vold/
cryptfs.c 93 static struct crypt_persist_data *persist_data = NULL; variable in typeref:struct:crypt_persist_data
717 if (persist_data) {
729 persist_data = pdata;
760 if (persist_data == NULL) {
789 persist_data = pdata;
812 if (persist_data == NULL) {
875 if (unix_write(fd, persist_data, crypt_ftr.persist_data_size) ==
    [all...]

Completed in 2641 milliseconds