Searched refs:search_path (Results 1 – 1 of 1) sorted by relevance
34 const vector<string> search_path = {"/odm/etc/", "/vendor/etc/", "/etc/"}; in findConfigPath() local37 for (string path : search_path) { in findConfigPath()