Home
last modified time | relevance | path

Searched refs:path_compare (Results 1 – 1 of 1) sorted by relevance

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