Home
last modified time | relevance | path

Searched defs:append (Results 1 – 3 of 3) sorted by relevance

/bootable/libbootloader/gbl/libutils/src/
Dlib.rs87 pub fn append(&mut self, bytes: &[u8]) -> &mut [u8] { in append() method
/bootable/recovery/recovery_utils/
Dlogging.cpp181 static void copy_log_file(const std::string& source, const std::string& destination, bool append) { in copy_log_file()
/bootable/libbootloader/gbl/libgbl/src/
Ddevice_tree.rs217 pub fn append<'b, 'c>( in append() method