Home
last modified time | relevance | path

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

/device/google/trout/hal/dumpstate/1.1/
DServiceDescriptor.h27 const char* command() const { return mCommandLine.c_str(); } in command()
44 std::string mCommandLine; variable
DServiceDescriptor.cpp27 : mName(name), mCommandLine(cmd) {} in ServiceDescriptor()