Home | History | Annotate | Download | only in app_process

Lines Matching defs:args

207     // The first argument after the VM args is the "parent dir", which
292 Vector<String8> args;
297 // The Remainder of args get passed to startup class main(). Make
299 args.add(application ? String8("application") : String8("tool"));
311 ALOGV("Class name = %s, args = %s", className.string(), restOfArgs.string());
318 args.add(String8("start-system-server"));
330 args.add(abiFlag);
335 args.add(String8(argv[i]));
344 runtime.start("com.android.internal.os.ZygoteInit", args, zygote);
346 runtime.start("com.android.internal.os.RuntimeInit", args, zygote);