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