Home
last modified time | relevance | path

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

/third_party/eudev/src/shared/
Dpath-util.h33 int path_compare(const char *a, const char *b) _pure_;
Dpath-util.c284 int path_compare(const char *a, const char *b) { in path_compare() function
331 return path_compare(a, b) == 0; in path_equal()