Searched defs:system (Results 1 - 1 of 1) sorted by relevance

/system/core/init/
H A Dbuiltins.c286 char *source, *target, *system; local
309 system = args[1];
323 if (mount(tmp, target, system, flags, options) < 0) {
351 if (mount(tmp, target, system, flags, options) < 0) {
371 if (mount(source, target, system, flags, options) < 0) {
406 property_set("ro.crypto.fs_type", system);
419 * unencrypted, and also trigger the action for a nonencrypted system.
453 /* Use the value of a system property if value starts with '$' */
551 /* Write the value of a system property if value starts with '$' */

Completed in 686 milliseconds