Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/snapshot_util_cvd/
Dmain.cc159 std::vector<std::string> all_args = cuttlefish::ArgsToVec(argc, argv); in main() local
160 auto result = cuttlefish::SnapshotCvdMain(std::move(all_args)); in main()