Home
last modified time | relevance | path

Searched defs:cmdline (Results 1 – 6 of 6) sorted by relevance

/bootable/libbootloader/vts/
DVtsBootconfigTest.cpp37 std::string cmdline; in TEST_F() local
/bootable/deprecated-ota/updater/include/private/
Dcommands.h305 Command(Type type, size_t index, std::string cmdline, PatchInfo patch, TargetInfo target, in Command()
333 const std::string& cmdline() const { in cmdline() function
/bootable/libbootloader/gbl/libgbl/src/android_boot/
Dload.rs91 cmdline: &'a str, field
116 let cmdline = cstr_bytes_to_str(&v0.cmdline[..])?; in new() localVariable
176 fn cmdline(buffer: &[u8]) -> Result<&str, Error> { in cmdline() method
229 fn cmdline(buffer: &[u8]) -> Result<&str, Error> { in cmdline() method
/bootable/recovery/recovery_ui/
Dui.cpp175 std::string cmdline; in Init() local
/bootable/deprecated-ota/updater/
Dcommands.cpp40 Command::Command(Type type, size_t index, std::string cmdline, HashTreeInfo hash_tree_info) in Command()
Dblockimg.cpp532 std::string cmdline; member