Searched refs:mCommandLine (Results 1 – 2 of 2) sorted by relevance
27 const char* command() const { return mCommandLine.c_str(); } in command()44 std::string mCommandLine; variable
27 : mName(name), mCommandLine(cmd) {} in ServiceDescriptor()