Home
last modified time | relevance | path

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

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/router/src/http/tests/
H A Dtest_passwd.cc43 constexpr const char kAppExeFileName[]{"mysqlrouter_passwd"}; variable
117 formatted_options.push_back(kAppExeFileName); in help_builder()
138 formatted_options.push_back(kAppExeFileName); in help_builder()
156 formatted_options.push_back(kAppExeFileName); in help_builder()
288 exit_code = PasswdFrontend(kAppExeFileName, args, cout, cerr).run(); in TEST_P()
319 PasswdFrontend(kAppExeFileName, args, v_cout, v_cerr).run()); in TEST_P()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/router/src/router/tests/
H A Dtest_keyring_frontend.cc52 constexpr const char kAppExeFileName[]{"mysqlrouter_keyring"}; variable
132 formatted_options.push_back(kAppExeFileName); in help_builder()
153 formatted_options.push_back(kAppExeFileName); in help_builder()
171 formatted_options.push_back(kAppExeFileName); in help_builder()
751 SCOPED_TRACE("// running "s + kAppExeFileName + " " + in run()
755 exit_code = KeyringFrontend(kAppExeFileName, args, cin, cout, cerr).run(); in run()
1241 exit_code = KeyringFrontend(kAppExeFileName, args, cin, cout, cerr).run(); in TEST_P()