Lines Matching refs:logData
12002 OSSharedPtr<OSData> logData; local
12171 logData = OSData::withValue(*header);
12172 if (!logData) {
12175 …res = logData->appendBytes(&(header->sections[0]), (u_int)(header->sect_count * sizeof(header->sec…
12180 res = logData->appendBytes(os_log_data, (u_int)header->sections[OS_LOG_SECT_IDX].sect_size);
12186 res = logData->appendBytes(cstring_data, (u_int)header->sections[CSTRING_SECT_IDX].sect_size);
12192 …res = logData->appendBytes(asan_cstring_data, (u_int)header->sections[ASAN_CSTRING_SECT_IDX].sect_…
12197 result->setObject(kOSBundleLogStringsKey, logData.get());
12235 logData = OSData::withValue(*header);
12236 if (!logData) {
12239 …res = logData->appendBytes(&(header->sections[0]), (u_int)(header->sect_count * sizeof(header->sec…
12243 result->setObject(kOSBundleLogStringsKey, logData.get());