Searched refs:sub (Results 1 – 6 of 6) sorted by relevance
/bootable/recovery/recovery_utils/ |
D | logging.cpp | 106 std::string sub = name.substr(0, dot); in logrotate() local 108 if (std::string(LAST_KMSG_FILTER).find(sub) == std::string::npos && in logrotate() 109 std::string(LAST_LOG_FILTER).find(sub) == std::string::npos) { in logrotate() 126 name = sub + "." + std::to_string(i + 1); in logrotate()
|
/bootable/recovery/recovery_ui/ |
D | screen_ui.cpp | 660 std::string sub = line.substr(next_start, text_cols + 1); in DrawWrappedTextLines() local 661 if (sub.size() <= text_cols) { in DrawWrappedTextLines() 662 next_start += sub.size(); in DrawWrappedTextLines() 665 size_t last_space = sub.find_last_of(" \t\n"); in DrawWrappedTextLines() 668 sub.resize(text_cols); in DrawWrappedTextLines() 671 sub.resize(last_space); in DrawWrappedTextLines() 675 offset += DrawTextLine(x, y + offset, sub, false); in DrawWrappedTextLines()
|
/bootable/libbootloader/gbl/libsafemath/src/ |
D | lib.rs | 276 arithmetic_impl!(Sub, sub, SubAssign, sub_assign, checked_sub); 465 correctness_tests!(Sub, sub, sub_assign);
|
/bootable/libbootloader/gbl/libavb/src/ |
D | lib.rs | 69 ptr = ptr.sub(size_of::<usize>()); in avb_free()
|
/bootable/libbootloader/gbl/docs/ |
D | gbl_fastboot.md | 21 sub window and on any storage device. Specifically, the following semantics are
|
/bootable/libbootloader/gbl/libgbl/src/fastboot/ |
D | mod.rs | 261 fn sub(lhs: u64, rhs: u64) -> Result<u64, CommandError> { in sub() function
|