HomeSort by relevance Sort by last modified time
    Searched full:match_name (Results 1 - 4 of 4) sorted by null

  /development/host/windows/usb/api/
adb_api.cpp 172 wchar_t match_name[64]; local
175 swprintf(match_name, L"\\\\?\\usb#vid_%04x&pid_%04x#",
179 swprintf(match_name, L"\\\\?\\usb#vid_%04x&pid_%04x&mi_%02x#",
182 size_t match_len = wcslen(match_name);
187 if (0 == _wcsnicmp(match_name,
  /external/iptables/
ip6tables.c 740 find_match(const char *match_name, enum ip6t_tryload tryload, struct ip6tables_rule_match **matches)
748 if ( (strcmp(match_name,"icmpv6") == 0) ||
749 (strcmp(match_name,"ipv6-icmp") == 0) ||
750 (strcmp(match_name,"icmp6") == 0) )
753 name = match_name;
    [all...]
  /prebuilt/android-arm/kernel/
vmlinux-qemu 
vmlinux-qemu-armv7 

Completed in 708 milliseconds