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

/system/core/init/
H A Dbuiltins.c366 char *source, *target, *system; local
389 system = args[1];
403 if (mount(tmp, target, system, flags, options) < 0) {
431 if (mount(tmp, target, system, flags, options) < 0) {
451 if (mount(source, target, system, flags, options) < 0) {

Completed in 4 milliseconds