Searched refs:configPath (Results 1 – 3 of 3) sorted by relevance
64 void root_allow_add (const char *, const char *configPath);67 struct config *get_root_allow_config (const char *arg, const char *configPath);
280 root_allow_add (const char *arg, const char *configPath) in root_allow_add() argument287 n->data = parse_config (arg, configPath); in root_allow_add()330 get_root_allow_config (const char *arg, const char *configPath) in get_root_allow_config() argument342 return parse_config (arg, configPath); in get_root_allow_config()
338 (parse_config): Accept configPath arg, update expand_path calls, and341 * root.c (root_allow_add, get_root_allow_config): Accept new configPath