OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:boot_property_add
(Results
1 - 4
of
4
) sorted by null
/external/qemu/android/
boot-properties.h
35
int
boot_property_add
( const char* name, const char* value );
37
/* same as
boot_property_add
, but allows to use non-zero terminated strings.
44
*
boot_property_add
().
hw-lcd.c
41
boot_property_add
("qemu.sf.lcd_density", temp);
boot-properties.c
157
boot_property_add
( const char* name, const char* value )
function
170
/* split in key and value, so we can re-use
boot_property_add
(and its
/external/qemu/
vl-android.c
[
all
...]
Completed in 161 milliseconds