Searched refs:ctrl_path (Results 1 – 7 of 7) sorted by relevance
/external/wpa_supplicant_8/src/common/ |
D | wpa_ctrl.c | 88 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 …]
|
D | wpa_ctrl.h | 480 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/ |
D | servo_LabControlVerification.py | 26 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/ |
D | servo_LabstationVerification.py | 67 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/ |
D | wpa_ctrl.h | 480 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/ |
D | dnssd_clientstub.c | 334 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()
|
D | uds_daemon.c | 3682 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()
|