| /system/extras/ioshark/ | 
| D | compile_ioshark.c | 125 	char *s, *s2;  in get_tracetype()  local178 	char *s, *s2, save;  in get_pathname()  local
 223 	char *s, *s2;  in get_syscall()  local
 296 	char *s, *s2;  in get_lseek_offset_action()  local
 405 	char *s, *s2, lookfor;  in get_openat_flags_mode()  local
 
 | 
| /system/libbase/include/android-base/ | 
| D | logging.h | 287 #define CHECK_STROP(s1, s2, sense)                                             \  argument298 #define CHECK_STREQ(s1, s2) CHECK_STROP(s1, s2, true)  argument
 299 #define CHECK_STRNE(s1, s2) CHECK_STROP(s1, s2, false)  argument
 335 #define DCHECK_STREQ(s1, s2) \  argument
 337 #define DCHECK_STRNE(s1, s2) \  argument
 
 | 
| /system/libufdt/sysdeps/ | 
| D | libufdt_sysdeps_posix.c | 60 int dto_strcmp(const char *s1, const char *s2) { return strcmp(s1, s2); }  in dto_strcmp()62 int dto_strncmp(const char *s1, const char *s2, size_t n) {  in dto_strncmp()
 
 | 
| D | libufdt_sysdeps_vendor.c | 203 int dto_strcmp(const char *s1, const char *s2) { return strcmp(s1, s2); }  in dto_strcmp()205 int dto_strncmp(const char *s1, const char *s2, size_t n) {  in dto_strncmp()
 
 | 
| /system/gatekeeper/include/gatekeeper/ | 
| D | gatekeeper_utils.h | 49     const uint8_t* s2 = static_cast<const uint8_t*>(p2);  in memcmp_s()  local
 | 
| /system/keymaster/android_keymaster/ | 
| D | android_keymaster_utils.cpp | 36     const uint8_t* s2 = static_cast<const uint8_t*>(p2);  in memcmp_s()  local
 | 
| /system/core/libutils/ | 
| D | Unicode.cpp | 192 int strcmp16(const char16_t *s1, const char16_t *s2)  in strcmp16()206 int strncmp16(const char16_t *s1, const char16_t *s2, size_t n)  in strncmp16()
 264 int strzcmp16(const char16_t *s1, size_t n1, const char16_t *s2, size_t n2)  in strzcmp16()
 
 | 
| /system/update_engine/lz4diff/ | 
| D | lz4diff.cc | 56     auto s2 = target_blob.substr(offset, block.compressed_length);  in StoreDstCompressedFileInfo()  local
 | 
| /system/security/keystore2/src/ | 
| D | async_task.rs | 276         let s2 = "Another string".to_string();  in test_shelf()  localVariable
 | 
| /system/libcppbor/tests/ | 
| D | cppbor_test.cpp | 250     const string s2("hello");  in TEST()  local260     const string_view s2("hello");  in TEST()  local
 267     const char s2[] = "hello";  in TEST()  local
 284     const char* s2 = "hello";  in TEST()  local
 
 | 
| /system/tools/hidl/utils/ | 
| D | FQName.cpp | 511     std::string s2 = other.string();  in endsWith()  local
 | 
| /system/media/audio_utils/include/audio_utils/ | 
| D | BiquadFilter.h | 493         T s2 = vld1<T>(&delays[localStride]);  in biquad_filter_func_impl()  local
 | 
| /system/libhidl/ | 
| D | test_main.cpp | 88     hidl_string s2("s2"); // copy constructor from cstr  in TEST_F()  local
 | 
| /system/core/fastboot/fuzzy_fastboot/ | 
| D | main.cpp | 910     std::string s2 = RandomString(10000, rand_illegal);  in TEST_F()  local
 | 
| /system/netd/tests/ | 
| D | binder_test.cpp | 1048     int s2 = socket(AF_INET6, SOCK_STREAM | SOCK_NONBLOCK, 0);  in TEST_F()  local
 |