Home | History | Annotate | Download | only in vold

Lines Matching full:load_count

781   int load_count;
815 load_count = load_crypto_mapping_table(crypt_ftr, master_key, real_blk_name, name,
817 if (load_count < 0) {
820 } else if (load_count > 1) {
821 SLOGI("Took %d tries to load dmcrypt table.\n", load_count);