Home
last modified time | relevance | path

Searched refs:read_config (Results 1 – 10 of 10) sorted by relevance

/external/selinux/policycoreutils/restorecond/
Dwatch.c191 read_config(fd, watch_file); in watch()
199 read_config(fd, watch_file); in watch()
252 void read_config(int fd, const char *watch_file_path) in read_config() function
Drestorecond.h37 extern void read_config(int fd, const char *watch_file);
Drestorecond.c221 read_config(master_fd, watch_file); in main()
Duser.c248 read_config(master_fd, watch_file); in server()
/external/android-clat/
Dconfig.h42 int read_config(const char *file, const char *uplink_interface, const char *plat_prefix,
Dconfig.c300 int read_config(const char *file, const char *uplink_interface, const char *plat_prefix, in read_config() function
Dclatd.c287 if(!read_config("/system/etc/clatd.conf", uplink_interface, plat_prefix, net_id)) { in configure_interface()
/external/dhcpcd/
Dif-options.h120 struct if_options *read_config(const char *,
Ddhcpcd.c861 ifo = read_config(cffile, iface->name, iface->ssid, profile); in select_profile()
1542 ifo = read_config(cffile, NULL, NULL, NULL); in handle_signal()
1864 if_options = read_config(cffile, NULL, NULL, NULL); in main()
Dif-options.c786 read_config(const char *file, in read_config() function