Home
last modified time | relevance | path

Searched refs:ctrl_path (Results 1 – 7 of 7) sorted by relevance

/external/wpa_supplicant_8/src/common/
Dwpa_ctrl.c88 struct wpa_ctrl * wpa_ctrl_open(const char *ctrl_path) in wpa_ctrl_open() argument
90 return wpa_ctrl_open2(ctrl_path, NULL); in wpa_ctrl_open()
94 struct wpa_ctrl * wpa_ctrl_open2(const char *ctrl_path, in wpa_ctrl_open2() argument
110 if (ctrl_path == NULL) in wpa_ctrl_open2()
177 if (os_strncmp(ctrl_path, "@android:", 9) == 0) { in wpa_ctrl_open2()
179 ctrl->s, ctrl_path + 9, in wpa_ctrl_open2()
196 if (*ctrl_path != '/') { in wpa_ctrl_open2()
198 os_snprintf(buf, sizeof(buf), "wpa_%s", ctrl_path); in wpa_ctrl_open2()
213 if (os_strncmp(ctrl_path, "@abstract:", 10) == 0) { in wpa_ctrl_open2()
215 os_strlcpy(ctrl->dest.sun_path + 1, ctrl_path + 10, in wpa_ctrl_open2()
[all …]
Dwpa_ctrl.h480 struct wpa_ctrl * wpa_ctrl_open(const char *ctrl_path);
494 struct wpa_ctrl * wpa_ctrl_open2(const char *ctrl_path, const char *cli_path);
/external/autotest/server/site_tests/servo_LabControlVerification/
Dservo_LabControlVerification.py26 ctrl_path = os.path.join(current_dir, self.CTRLS_FILE)
27 if not os.path.exists(ctrl_path):
29 with open(ctrl_path, 'r') as f:
/external/autotest/server/site_tests/servo_LabstationVerification/
Dservo_LabstationVerification.py67 ctrl_path = os.path.join(os.path.dirname(os.path.realpath(__file__)),
69 with open(ctrl_path, 'r') as f:
299 ctrl_path = os.path.join(os.path.dirname(os.path.realpath(__file__)),
301 with open(ctrl_path, 'r') as f:
/external/wpa_supplicant_8/wpa_supplicant/wpa_client_include/libwpa_client/
Dwpa_ctrl.h480 struct wpa_ctrl * wpa_ctrl_open(const char *ctrl_path);
494 struct wpa_ctrl * wpa_ctrl_open2(const char *ctrl_path, const char *cli_path);
/external/mdnsresponder/mDNSShared/
Ddnssd_clientstub.c334 char ctrl_path[64] = ""; // "/var/tmp/dnssd_result_socket.xxxxxxxxxx-xxx-xxxxxx" in create_hdr() local
345 sprintf(ctrl_path, "%s%d-%.3lx-%.6lu", CTL_PATH_PREFIX, (int)getpid(), in create_hdr()
347 *len += strlen(ctrl_path) + 1; in create_hdr()
374 if (SeparateReturnSocket) put_string(ctrl_path, data_start); in create_hdr()
Duds_daemon.c3682 char ctrl_path[MAX_CTLPATH]; in read_msg() local
3683 …get_string(&req->msgptr, req->msgend, ctrl_path, MAX_CTLPATH); // path is first element in message… in read_msg()
3686 mDNSPlatformStrCopy(cliaddr.sun_path, ctrl_path); in read_msg()
3690 if (ctrl_path[0] == 0) in read_msg()