Searched refs:command_string (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/utest/kernel-unittests/
H A Dkernel-unittests.cpp16 static const char command_string[] = "kerneldebug ut all"; local
22 ASSERT_LE(sizeof(command_string), sizeof(cmd.name));
23 strcpy(cmd.name, command_string);

Completed in 21 milliseconds