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

/system/core/init/
H A Dbuiltins.c380 char *source, *target, *system; local
403 system = args[1];
417 if (mount(tmp, target, system, flags, options) < 0) {
445 if (mount(tmp, target, system, flags, options) < 0) {
465 if (mount(source, target, system, flags, options) < 0) {

Completed in 15 milliseconds