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

/system/core/init/
H A Dbuiltins.cpp281 char *source, *target, *system; local
304 system = args[1];
318 if (mount(tmp, target, system, flags, options) < 0) {
347 if (mount(tmp, target, system, flags, options) < 0) {
367 if (mount(source, target, system, flags, options) < 0) {

Completed in 549 milliseconds