Home
last modified time | relevance | path

Searched refs:OPTIONS (Results 1 – 1 of 1) sorted by relevance

/hardware/google/pixel/misc_writer/
Dmisc_writer_main.cpp53 constexpr struct option OPTIONS[] = { in main() local
74 while ((arg = getopt_long(argc, argv, "", OPTIONS, &option_index)) != -1) { in main()
79 auto option_name = OPTIONS[option_index].name; in main()