Home
last modified time | relevance | path

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

/base/account/os_account/tools/acm/include/
Daccount_command.h76 const std::string HELP_MSG_NO_NAME_OPTION = "error: -n <local-account-name> is expected"; variable
/base/account/os_account/tools/test/unittest/acm/
Daccount_command_create_test.cpp339 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_NO_NAME_OPTION + "\n" + HELP_MSG_CREATE);
/base/account/os_account/tools/acm/src/
Daccount_command.cpp123 resultReceiver_.append(HELP_MSG_NO_NAME_OPTION + "\n"); in RunAsCreateCommand()