Home
last modified time | relevance | path

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

/bootable/recovery/recovery_utils/
Dlogging.cpp106 std::string sub = name.substr(0, dot); in logrotate() local
/bootable/libbootloader/gbl/libgbl/src/
Dpartition.rs339 pub fn sub(self, off: u64, sz: u64) -> Result<Self, Error> { in sub() method
341 let mut sub = self; in sub() localVariable
/bootable/recovery/recovery_ui/
Dscreen_ui.cpp660 std::string sub = line.substr(next_start, text_cols + 1); in DrawWrappedTextLines() local