Home
last modified time | relevance | path

Searched defs:Args (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Virtualization/authfs/src/
Dmain.rs51 struct Args { struct
54 mount_point: PathBuf,
62 remote_ro_file: Vec<OptionRemoteRoFile>,
69 remote_ro_file_unverified: Vec<OptionRemoteRoFileUnverified>,
76 remote_new_rw_file: Vec<OptionRemoteRwFile>,
80 local_ro_file: Vec<OptionLocalFileRo>,
84 local_ro_file_unverified: Vec<OptionLocalRoFileUnverified>,
88 debug: bool,
/packages/modules/adb/client/
Dincremental.h29 using Args = std::vector<std::string_view>; variable