Home
last modified time | relevance | path

Searched defs:prog_args (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/toybox/toys/other/
H A Dinotifyd.c40 char *prog_args[5], **ss = toys.optargs; in inotifyd_main() local
/aosp_15_r20/system/core/fastboot/fuzzy_fastboot/
H A Dmain.cpp122 std::vector<std::string> prog_args(args.begin() + 1, args.end()); in PartitionHash() local
1675 std::vector<std::string> prog_args(args.begin() + 1, args.end()); in TEST_P() local
/aosp_15_r20/external/toybox/toys/pending/
H A Dawk.c4533 static void progfiles_init(char *progstring, struct arg_list *prog_args) in progfiles_init()
4543 static int awk(char *sepstring, char *progstring, struct arg_list *prog_args, in awk()