Searched refs:check_unique (Results 1 – 1 of 1) sorted by relevance
/system/core/libcutils/ |
D | fs_config_test.cpp | 77 static bool check_unique(std::vector<const char*>& paths, const std::string& config_name, in check_unique() function 128 static bool check_unique(const fs_path_config* paths, const char* type_name, in check_unique() function 145 return check_unique(paths_tmp, config, prefix) || retval; in check_unique() 166 static bool check_unique(const std::string& config, const std::string& prefix) { in check_unique() function 220 return check_unique(paths_tmp, config, prefix) || retval; in check_unique() 227 bool check_internal = check_unique(paths, type_name, prefix); in check_two() 230 check_unique(std::string("/") + prefix + "etc/fs_config_" + type_name, prefix); in check_two()
|