Home
last modified time | relevance | path

Searched refs:ArgsToVec (Results 1 – 12 of 12) sorted by relevance

/device/google/cuttlefish/host/commands/tombstone_receiver/
Dmain.cpp72 ArgsToVec(argc - 1, argv + 1); // Skip argv[0] in TombstoneReceiverMain()
/device/google/cuttlefish/host/commands/process_restarter/
Dmain.cc119 cuttlefish::ArgsToVec(argc - 1, argv + 1)); in main()
/device/google/cuttlefish/host/commands/snapshot_util_cvd/
Dparse.cc75 auto args = ArgsToVec(argc, argv); in Parse()
Dmain.cc159 std::vector<std::string> all_args = cuttlefish::ArgsToVec(argc, argv); in main()
/device/google/cuttlefish/host/commands/status/
Dmain.cc69 ArgsToVec(argc - 1, argv + 1); // Skip argv[0] in GetFlagValues()
/device/google/cuttlefish/common/libs/utils/
Dflag_parser.h131 std::vector<std::string> ArgsToVec(int argc, char** argv);
Dsubprocess.h46 std::vector<std::string> ArgsToVec(char** argv);
Dsubprocess.cpp97 std::vector<std::string> ArgsToVec(char** argv) { in ArgsToVec() function
Dflag_parser.cpp327 std::vector<std::string> ArgsToVec(int argc, char** argv) { in ArgsToVec() function
/device/google/cuttlefish/host/commands/display/
Dmain.cpp216 auto args = ArgsToVec(argc - 1, argv + 1); in DisplayMain()
/device/google/cuttlefish/host/commands/stop/
Dmain.cc191 ArgsToVec(argc - 1, argv + 1); // Skip argv[0] in GetFlagValues()
/device/google/cuttlefish/host/commands/assemble_cvd/
Dassemble_cvd.cc560 auto args = ArgsToVec(argc - 1, argv + 1); in AssembleCvdMain()