Searched refs:devClassLen (Results 1 – 1 of 1) sorted by relevance
303 …int32_t devClassLen = sprintf_s(&line[devClassAlign], sizeof(line) - devClassAlign - 1, ":0x%x", d… in DevMgrFillServiceInfo() local304 if (devClassLen == -1) { in DevMgrFillServiceInfo()308 line[devClassAlign + devClassLen] = ' '; // Clear the string terminator added by sprintf_s in DevMgrFillServiceInfo()