Searched defs:s (Results 1 – 11 of 11) sorted by relevance
| /bootable/recovery/update_verifier/ |
| D | update_verifier_main.cpp | 27 std::string s = android::base::GetProperty("ro.boot.slot_suffix", ""); in main() local
|
| /bootable/libbootloader/gbl/libgbl/src/fastboot/ |
| D | vars.rs | 45 pub(crate) fn get_var_internal<'s, 't>( in get_var_internal() 104 fn get_var_partition_size<'s, 't>( in get_var_partition_size() 114 fn get_var_partition_type<'s, 't>( in get_var_partition_type() 162 fn get_var_block_device<'s, 't>( in get_var_block_device()
|
| D | mod.rs | 1841 let s = String::from_utf8(v.to_vec()).unwrap_or(format!("{:?}", v)); in dump_tcp_out_queue() localVariable
|
| /bootable/libbootloader/gbl/libc/src/ |
| D | format.c | 127 static size_t format_string(const char *s, char *buffer, size_t buffer_len) { in format_string()
|
| D | format_test.cpp | 41 void gbl_print_string(const char* s) { in gbl_print_string()
|
| /bootable/recovery/minui/ |
| D | graphics.cpp | 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()
|
| /bootable/recovery/uncrypt/ |
| D | uncrypt.cpp | 276 std::string s = android::base::StringPrintf("%s\n%" PRId64 " %" PRId64 "\n", blk_dev.c_str(), in ProductBlockMap() local
|
| /bootable/recovery/bootloader_message/ |
| D | bootloader_message.cpp | 219 for (const auto& s : options) { in update_bootloader_message_in_struct() local
|
| /bootable/libbootloader/gbl/libabr/src/ |
| D | c_staticlib.rs | 52 let s = [ch, 0]; in abr_print_ascii_char() localVariable
|
| /bootable/libbootloader/gbl/libgbl/src/android_boot/ |
| D | load.rs | 777 let s = data.iter().map(|v| escape_default(*v).to_string()).collect::<Vec<_>>().concat(); in dump_bootconfig() localVariable 778 let s = s.split("\\\\").collect::<Vec<_>>().join("\\"); in dump_bootconfig() localVariable
|
| /bootable/deprecated-ota/edify/ |
| D | expr.cpp | 41 static bool BooleanString(const std::string& s) { in BooleanString()
|