HomeSort by relevance Sort by last modified time
    Searched refs:boot_property_add2 (Results 1 - 2 of 2) sorted by null

  /external/qemu/android/
boot-properties.h 39 int boot_property_add2( const char* name, int namelen,
boot-properties.c 91 boot_property_add2( const char* name, int namelen, function
162 return boot_property_add2(name, namelen, value, valuelen);
223 ret = boot_property_add2(key, key_buf_len - 1, value, value_buf_len - 1);
373 ret = boot_property_add2(name, namelen, value, valuelen);

Completed in 45 milliseconds