Searched refs:full_command (Results 1 – 2 of 2) sorted by relevance
186 base::string16 full_command(state_number); in RunTest() local187 full_command += L" "; in RunTest()188 full_command += command; in RunTest()190 return InternalRunTest(full_command.c_str()); in RunTest()
1054 std::string full_command (GetCommandName ()); in Execute() local1055 full_command += ' '; in Execute()1056 full_command += args_string; in Execute()1058 argv[0] = full_command.c_str(); in Execute()