Searched refs:my_cstr (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOUserClient.cpp1395 const char *my_cstr = NULL; local
1417 my_cstr = superclass->getClassName();
1419 if (my_cstr) {
1420 strlcpy(class_name, my_cstr, sizeof(io_name_t));
1435 const char *my_cstr = NULL; local
1457 my_cstr = identifier->getCStringNoCopy();
1458 if (my_cstr) {

Completed in 15 milliseconds