Home
last modified time | relevance | path

Searched refs:boot_property_add2 (Results 1 – 2 of 2) sorted by relevance

/external/qemu/android/
Dboot-properties.c91 boot_property_add2( const char* name, int namelen, in boot_property_add2() function
162 return boot_property_add2(name, namelen, value, valuelen); in boot_property_add()
223 ret = boot_property_add2(key, key_buf_len - 1, value, value_buf_len - 1); in boot_property_load_property()
373 ret = boot_property_add2(name, namelen, value, valuelen); in boot_property_parse_option()
Dboot-properties.h39 int boot_property_add2( const char* name, int namelen,