HomeSort by relevance Sort by last modified time
    Searched defs:match_name (Results 1 - 2 of 2) 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,
  /toolchain/binutils/binutils-2.25/gold/
script-sections.cc 803 match_name(const char*, const char*, bool *) const function in class:gold::Output_section_element
1400 Output_section_element_input::match_name(const char* file_name, function in class:gold::Output_section_element_input
    [all...]

Completed in 89 milliseconds