Home
last modified time | relevance | path

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

/external/bluetooth/bluez/network/
Dmanager.c48 static void read_config(const char *file) in read_config() function
174 read_config(CONFIGDIR "/network.conf"); in network_manager_init()
/external/dhcpcd/
Dif-options.h118 struct if_options *read_config(const char *,
Ddhcpcd.c833 ifo = read_config(cffile, iface->name, iface->ssid, profile); in select_profile()
1496 ifo = read_config(cffile, NULL, NULL, NULL); in handle_signal()
1812 if_options = read_config(cffile, NULL, NULL, NULL); in main()
Dif-options.c771 read_config(const char *file, in read_config() function