OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VbSetArchPropertyString
(Results
1 - 5
of
5
) sorted by null
/external/vboot_reference/host/lib/include/
crossystem_arch.h
91
int
VbSetArchPropertyString
(const char* name, const char* value);
/external/vboot_reference/host/arch/mips/lib/
crossystem_arch.c
71
int
VbSetArchPropertyString
(const char* name, const char* value) {
/external/vboot_reference/host/arch/arm/lib/
crossystem_arch.c
593
int
VbSetArchPropertyString
(const char* name, const char* value) {
/external/vboot_reference/host/lib/
crossystem.c
645
if (0 ==
VbSetArchPropertyString
(name, value))
/external/vboot_reference/host/arch/x86/lib/
crossystem_arch.c
905
int
VbSetArchPropertyString
(const char* name, const char* value) {
Completed in 467 milliseconds