Searched defs:s (Results 1 – 5 of 5) sorted by relevance
27 std::string s = android::base::GetProperty("ro.boot.slot_suffix", ""); in main() local
61 int gr_measure(const GRFont* font, const char* s) { in gr_measure()158 void gr_text(const GRFont* font, int x, int y, const char* s, bool bold) { in gr_text()
215 for (const auto& s : options) { in update_bootloader_message_in_struct() local
276 std::string s = android::base::StringPrintf("%s\n%" PRId64 " %" PRId64 "\n", blk_dev.c_str(), in ProductBlockMap() local
41 static bool BooleanString(const std::string& s) { in BooleanString()