OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:path_compare
(Results
1 - 1
of
1
) sorted by null
/system/core/libcutils/
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
);
91
Path* p = (Path*) bsearch(&key, canned_data, canned_used, sizeof(Path),
path_compare
);
Completed in 186 milliseconds