Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/base/
H A Dgetopt_compat_unittest.cc56 struct SystemGetopt { struct
57 using LongOptionType = ::option;
58 using GetoptFn = decltype(&::getopt);
59 using GetoptLongFn = decltype(&::getopt_long);
60 GetoptFn getopt = &::getopt;
61 GetoptLongFn getopt_long = &::getopt_long;
62 int& optind = ::optind;
63 int& optopt = ::optopt;
64 int& opterr = ::opterr;
65 char*& optarg = ::optarg;