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

  /system/extras/ext4_utils/
canned_fs_config.c 39 static int path_compare(const void* a, const void* b) { function
77 qsort(canned_data, canned_used, sizeof(Path), path_compare);
87 Path* p = (Path*) bsearch(&key, canned_data, canned_used, sizeof(Path), path_compare);

Completed in 551 milliseconds