OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StrToGuid
(Results
1 - 6
of
6
) sorted by null
/external/vboot_reference/host/linktest/
extern.c
47
StrToGuid
(0, 0);
/external/vboot_reference/host/include/
vboot_host.h
41
int
StrToGuid
(const char *str, Guid *guid);
/external/vboot_reference/cgpt/
cmd_add.c
89
CGPT_OK !=
StrToGuid
(optarg, ¶ms.type_guid)) {
96
if (CGPT_OK !=
StrToGuid
(optarg, ¶ms.unique_guid)) {
cmd_find.c
105
CGPT_OK !=
StrToGuid
(optarg, ¶ms.type_guid)) {
112
if (CGPT_OK !=
StrToGuid
(optarg, ¶ms.unique_guid)) {
cgpt.h
107
int
StrToGuid
(const char *str, Guid *guid);
cgpt_common.c
366
int
StrToGuid
(const char *str, Guid *guid) {
[
all
...]
Completed in 71 milliseconds