Home
last modified time | relevance | path

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

/system/core/debuggerd/libdebuggerd/
Dtombstone_proto.cpp749 auto cmd_line = result.mutable_command_line(); in engrave_tombstone_proto() local
751 *cmd_line->Add() = arg; in engrave_tombstone_proto()
/system/core/bootstat/
Dbootstat.cpp1476 const std::string cmd_line = GetCommandLine(argc, argv); in main() local
1477 LOG(INFO) << "Service started: " << cmd_line; in main()