Home
last modified time | relevance | path

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

/system/core/libcutils/
Dcanned_fs_config.cpp40 static int path_compare(const void* a, const void* b) { in path_compare() function
86 qsort(canned_data, canned_used, sizeof(Path), path_compare); in load_canned_fs_config()
100 p = (Path*) bsearch(&key, canned_data, canned_used, sizeof(Path), path_compare); in canned_fs_config()