HomeSort by relevance Sort by last modified time
    Searched refs:new_device_names (Results 1 - 2 of 2) sorted by null

  /system/core/debuggerd/
getevent.cpp 39 char** new_device_names; local
75 new_device_names = reinterpret_cast<char**>(realloc(
77 if (new_device_names == NULL) {
81 device_names = new_device_names;
  /system/core/toolbox/
getevent.c 300 char **new_device_names; local
350 new_device_names = realloc(device_names, sizeof(device_names[0]) * (nfds + 1));
351 if(new_device_names == NULL) {
355 device_names = new_device_names;

Completed in 737 milliseconds