Home
last modified time | relevance | path

Searched defs:uuid_t (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/lldb/source/Utility/
DUuidCompatibility.h15 typedef unsigned char uuid_t[16]; typedef
/external/arm-trusted-firmware/include/tools_share/
Duuid.h65 typedef struct uuid uuid_t; typedef
/external/e2fsprogs/lib/uuid/
Duuid.h.in44 typedef unsigned char uuid_t[16]; typedef
Duuid.h44 typedef unsigned char uuid_t[16]; typedef
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
Draw_ostream.h235 using uuid_t = uint8_t[16]; variable
/external/llvm-project/llvm/include/llvm/Support/
Draw_ostream.h256 using uuid_t = uint8_t[16]; variable
/external/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
DBreakpadRecords.cpp94 using uuid_t = uint8_t[16]; in parseModuleId() typedef
/external/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs16 pub type uuid_t = ::uuid; typedef