HomeSort by relevance Sort by last modified time
    Searched full:use_syspath (Results 1 - 1 of 1) sorted by null

  /system/core/sh/
eval.c 634 parse_command_args(int argc, char **argv, int *use_syspath)
639 *use_syspath = 0;
656 *use_syspath = 1;
798 int argsused, use_syspath; local
811 argsused = parse_command_args(argc, argv, &use_syspath);
819 if (use_syspath)

Completed in 46 milliseconds