Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/append_squashfs_overlay/src/
Dmain.rs76 .arg(Arg::new("src").value_parser(ValueParser::path_buf()).required(true)) in clap_command()
77 .arg(Arg::new("overlay").value_parser(ValueParser::path_buf()).required(true)) in clap_command()
78 .arg(Arg::new("dest").value_parser(ValueParser::path_buf()).required(true)) in clap_command()
/device/google/cuttlefish/host/commands/snapshot_util_cvd/
Dparse.cc63 Flag SnapshotPathFlag(std::string& path_buf) { in SnapshotPathFlag() argument
64 return GflagsCompatFlag("snapshot_path", path_buf).Help(snapshot_path_help); in SnapshotPathFlag()