Home
last modified time | relevance | path

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

/art/cmdline/
Dcmdline_parser_test.cc338 const char *opt_args = "-Xrunjdwp:transport=dt_socket,address=8000,server=y"; in TEST_F() local
340 EXPECT_SINGLE_PARSE_VALUE(opt, opt_args, M::JdwpOptions); in TEST_F()
353 const char *opt_args = "-agentlib:jdwp=transport=dt_socket,address=localhost:6500,server=n"; in TEST_F() local
355 EXPECT_SINGLE_PARSE_VALUE(opt, opt_args, M::JdwpOptions); in TEST_F()