Home
last modified time | relevance | path

Searched refs:uuidcmd (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/macosx/lc-note/kern-ver-str/
H A Dcreate-empty-corefile.cpp220 struct uuid_command uuidcmd; in get_uuid_from_binary() local
222 if (::fread (&uuidcmd, 1, sizeof (uuidcmd), f) != sizeof (uuidcmd)) in get_uuid_from_binary()
228 uuid_unparse (uuidcmd.uuid, uuidstr); in get_uuid_from_binary()
/llvm-project-15.0.7/lldb/test/API/macosx/lc-note/firmware-corefile/
H A Dcreate-empty-corefile.cpp266 struct uuid_command uuidcmd; in get_uuid_from_binary() local
268 if (::fread(&uuidcmd, 1, sizeof(uuidcmd), f) != sizeof(uuidcmd)) { in get_uuid_from_binary()
273 uuid_unparse(uuidcmd.uuid, uuidstr); in get_uuid_from_binary()
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.mm863 struct uuid_command uuidcmd;
864 if (ReadMemory(load_cmds_p, sizeof(struct uuid_command), &uuidcmd) ==
866 uuid_copy(inf.uuid, uuidcmd.uuid);