Home | History | Annotate | Download | only in android

Lines Matching full:boot

13 #include "android/boot-properties.h"
33 * be set on boot in the emulated system.
69 /* Clears all existing boot properties
88 /* Appends a new boot property to the end of the internal list.
121 D("Adding boot property: '%.*s' = '%.*s'",
142 dwarning("boot property name too long: '%.*s'",
146 dwarning("boot property value too long: '%.*s'",
150 dwarning("boot property name contains invalid chars: %.*s",
197 /* Loads a single boot property from a snapshot file
225 D("%s: load failed: cannot add boot property (details follow)\n",
241 /* Saves the number of available boot properties to file
254 /* Saves all available boot properties to snapshot.
269 /* Replaces the currently available boot properties by those stored
291 #define SERVICE_NAME "boot-properties"
299 /* the 'list' command shall send all boot properties
363 dwarning("boot property missing (=) separator: %s", param);