Searched refs:fs_config_cmp (Results 1 – 1 of 1) sorted by relevance
/aosp12/system/core/libcutils/ |
H A D | fs_config.cpp | 276 static bool fs_config_cmp(bool dir, const char* prefix, size_t len, const char* path, size_t plen) { in fs_config_cmp() function 316 auto __for_testing_only__fs_config_cmp = fs_config_cmp; 360 if (fs_config_cmp(dir, prefix, len, path, plen)) { in fs_config() 375 if (fs_config_cmp(dir, pc->prefix, strlen(pc->prefix), path, plen)) { in fs_config()
|