Searched defs:s (Results 1 – 6 of 6) sorted by relevance
27 std::string s = android::base::GetProperty("ro.boot.slot_suffix", ""); in main() local
62 int gr_measure(const GRFont* font, const char* s) { in gr_measure()201 void gr_text(const GRFont* font, int x, int y, const char* s, bool bold) { in gr_text()
50 let s = [ch, 0]; in abr_print_ascii_char() localVariable
276 std::string s = android::base::StringPrintf("%s\n%" PRId64 " %" PRId64 "\n", blk_dev.c_str(), in ProductBlockMap() local
219 for (const auto& s : options) { in update_bootloader_message_in_struct() local
41 static bool BooleanString(const std::string& s) { in BooleanString()