HomeSort by relevance Sort by last modified time
    Searched defs:_cmd (Results 1 - 5 of 5) sorted by null

  /hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
driver_cmd_nl80211.c 174 char *_cmd = "SET_AP_WPS_P2P_IE"; local
192 buf_len = strlen(_cmd) + 3 + wpabuf_len(ap_wps_p2p_ie);
205 "%s %d",_cmd, cmd_arr[i].cmd);
  /hardware/qcom/wlan/qcwcn/wpa_supplicant_8_lib/
driver_cmd_nl80211.c 174 char *_cmd = "SET_AP_WPS_P2P_IE"; local
193 buf_len = strlen(_cmd) + 3 + wpabuf_len(ap_wps_p2p_ie);
206 _cmd, cmd_arr[i].cmd);
  /external/lldb/utils/vim-lldb/python-vim-lldb/
vim_panes.py 96 def _cmd(cmd): function
  /external/wpa_supplicant_8/src/common/
wpa_ctrl.c 459 const char *_cmd; local
470 _cmd = cmd_buf;
479 _cmd = cmd;
487 if (send(ctrl->s, _cmd, _cmd_len, 0) < 0) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
pimp.py 100 def _cmd(output, dir, *cmditems): function
141 exitstatus = _cmd(output, self._dir,
212 if _cmd(output, self._dir, cmd):
807 if _cmd(output, '/tmp', self._dict['Pre-install-command']):
840 if _cmd(output, '/tmp', self._dict['Post-install-command']):
865 if _cmd(output, self._buildDirname, self._dict['Pre-install-command']):
    [all...]

Completed in 1100 milliseconds