HomeSort by relevance Sort by last modified time
    Searched refs:TABLE_LOAD_RETRIES (Results 1 - 2 of 2) sorted by null

  /system/vold/
MetadataCrypt.cpp 47 #define TABLE_LOAD_RETRIES 10
189 if (i+1 >= TABLE_LOAD_RETRIES) {
cryptfs.cpp 96 #define TABLE_LOAD_RETRIES 10
1021 for (i = 0; i < TABLE_LOAD_RETRIES; i++) {
1028 if (i == TABLE_LOAD_RETRIES) {
    [all...]

Completed in 337 milliseconds