OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:uuid_string
(Results
1 - 3
of
3
) sorted by null
/external/lldb/source/API/
SBModule.cpp
199
std::string
uuid_string
;
local
202
uuid_string
= module_sp->GetUUID().GetAsString();
204
if (!
uuid_string
.empty())
206
strncpy (uuid_string_buffer,
uuid_string
.c_str(), sizeof (uuid_string_buffer));
212
if (!
uuid_string
.empty())
/external/wpa_supplicant_8/src/wps/
wps_upnp_ssdp.c
131
char
uuid_string
[80];
local
139
uuid_bin2str(iface->wps->uuid,
uuid_string
, sizeof(
uuid_string
));
191
uuid_string
);
194
wpabuf_printf(msg, "%s: uuid:%s\r\n", NTString,
uuid_string
);
195
wpabuf_printf(msg, "USN: uuid:%s\r\n",
uuid_string
);
201
"org:device:WFADevice:1\r\n",
uuid_string
);
207
"org:service:WFAWLANConfig:1\r\n",
uuid_string
);
586
char
uuid_string
[80];
local
595
uuid_bin2str(iface->wps->uuid,
uuid_string
,
[
all
...]
wps_upnp_web.c
187
char
uuid_string
[80];
local
226
uuid_bin2str(iface->wps->uuid,
uuid_string
, sizeof(
uuid_string
));
227
s =
uuid_string
;
[
all
...]
Completed in 58 milliseconds