OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VbGetSystemPropertyString
(Results
1 - 5
of
5
) sorted by null
/external/vboot_reference/host/include/
crossystem.h
16
*
VbGetSystemPropertyString
(). */
32
const char*
VbGetSystemPropertyString
(const char* name, char* dest,
/external/vboot_reference/host/linktest/
extern.c
24
VbGetSystemPropertyString
(0, 0, 0);
/external/vboot_reference/utility/
crossystem.c
166
const char* v =
VbGetSystemPropertyString
(p->name, buf, sizeof(buf));
188
const char* v =
VbGetSystemPropertyString
(p->name, buf, sizeof(buf));
216
value =
VbGetSystemPropertyString
(p->name, buf, sizeof(buf));
/system/update_engine/
hardware_chromeos.cc
99
const char* rv =
VbGetSystemPropertyString
(key.c_str(), value_buffer,
/external/vboot_reference/host/lib/
crossystem.c
77
if (!
VbGetSystemPropertyString
("fwid", fwid, sizeof(fwid)))
531
const char*
VbGetSystemPropertyString
(const char* name, char* dest,
Completed in 301 milliseconds