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

/external/google-breakpad/src/common/mac/
H A Dmacho_id.cc159 struct breakpad_uuid_command uuid_cmd; local
160 uuid_cmd.cmd = 0;
161 if (!WalkHeader(cpu_type, cpu_subtype, UUIDWalkerCB, &uuid_cmd))
166 if (uuid_cmd.cmd == LC_UUID) {
167 memcpy(bytes, uuid_cmd.uuid, sizeof(uuid_cmd.uuid));
335 struct breakpad_uuid_command *uuid_cmd = local
338 if (!walker->ReadBytes(uuid_cmd, sizeof(struct breakpad_uuid_command),
343 breakpad_swap_uuid_command(uuid_cmd, NXHostByteOrder());

Completed in 139 milliseconds