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

  /system/vold/
cryptfs.c 72 static struct crypt_persist_data *persist_data = NULL; variable in typeref:struct:crypt_persist_data
477 if (persist_data) {
489 persist_data = pdata;
519 if (persist_data == NULL) {
548 persist_data = pdata;
571 if (persist_data == NULL) {
633 if (unix_write(fd, persist_data, crypt_ftr.persist_data_size) ==
    [all...]

Completed in 256 milliseconds