/system/connectivity/wifilogd/tests/ |
local_utils_unittest.cpp | 20 #include "android-base/stringprintf.h" 103 << base::StringPrintf("Failed with: c == 0x%02d", c); 114 << base::StringPrintf("Failed with: c == 0x%02d", c); 121 << base::StringPrintf("Failed with: c == 0x%02d", c); 129 << base::StringPrintf("Failed with: c == 0x%02d", c);
|
/system/core/adb/ |
adb_utils.cpp | 33 #include <android-base/stringprintf.h> 188 return android::base::StringPrintf("%s: %s", msg, strerror(errno)); 214 *error = android::base::StringPrintf("Invalid source port: '%s'", &source[4]); 223 *error = android::base::StringPrintf("Invalid destination port: '%s'", &dest[4]); 313 return android::base::StringPrintf("%s/adb.%u.log", tmp_dir, getuid());
|
adb.cpp | 45 #include <android-base/stringprintf.h> 65 return android::base::StringPrintf( 225 connection_properties.push_back(android::base::StringPrintf( 228 return android::base::StringPrintf( 651 std::string header = android::base::StringPrintf("--- adb starting (pid %d) ---", pid); 847 android::base::StringPrintf(": %s", [all...] |
/system/core/base/ |
stringprintf.cpp | 17 #include "android-base/stringprintf.h" 68 std::string StringPrintf(const char* fmt, ...) {
|
/system/core/libcutils/tests/ |
android_get_control_file_test.cpp | 26 #include <android-base/stringprintf.h> 43 EXPECT_EQ(setenv(key.c_str(), android::base::StringPrintf("%d", tf.fd).c_str(), true), 0);
|
/system/core/libsysutils/src/ |
ServiceManager.cpp | 26 #include <android-base/stringprintf.h> 110 std::string property_name = android::base::StringPrintf("init.svc.%s", name);
|
/system/extras/iotop/ |
tasklist.cpp | 26 #include <android-base/stringprintf.h> 60 std::string filename = android::base::StringPrintf("/proc/%d/task", tgid);
|
/system/extras/simpleperf/ |
build_id.h | 22 #include <android-base/stringprintf.h> 70 s += android::base::StringPrintf("%02x", data_[i]);
|
/system/nfc/src/nfa/p2p/ |
nfa_p2p_act.cc | 24 #include <android-base/stringprintf.h> 32 using android::base::StringPrintf; 70 LOG(ERROR) << StringPrintf("No resource"); 89 LOG(ERROR) << StringPrintf("Invalid index (%d)", xx); 129 << StringPrintf("event:0x%02X, local_sap:0x%02X", p_data->hdr.event, 162 LOG(ERROR) << StringPrintf("Unknown event:0x%02X", p_data->hdr.event); 183 << StringPrintf("tid:0x%02X, remote_sap:0x%02X", tid, remote_sap); 214 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("SN:<%s>", p_service_name); 290 << StringPrintf("server_sap:0x%x", p_data->connect_ind.server_sap); 316 LOG(ERROR) << StringPrintf("Not registered") [all...] |
/system/tpm/attestation/common/ |
print_common_proto.cc | 24 #include <base/strings/stringprintf.h> 90 base::StringPrintf("[%s] {\n", value.GetTypeName().c_str()); 135 base::StringPrintf("[%s] {\n", value.GetTypeName().c_str()); 187 base::StringPrintf("[%s] {\n", value.GetTypeName().c_str()); 216 base::StringPrintf("[%s] {\n", value.GetTypeName().c_str());
|
/system/update_engine/update_manager/ |
real_random_provider.cc | 26 #include <base/strings/stringprintf.h> 64 *errmsg = base::StringPrintf(
|
/system/vold/ |
Utils.cpp | 26 #include <android-base/stringprintf.h> 48 using android::base::StringPrintf; 606 return StringPrintf("%s/expand_%s.key", kKeyPath, partGuid.c_str()); 610 return StringPrintf("%s/system/users/%u", BuildDataPath("").c_str(), userId); 614 return StringPrintf("%s/system_ce/%u", BuildDataPath("").c_str(), userId); 618 return StringPrintf("%s/system_de/%u", BuildDataPath("").c_str(), userId); 622 return StringPrintf("%s/misc/user/%u", BuildDataPath("").c_str(), userId); 626 return StringPrintf("%s/misc_ce/%u", BuildDataPath("").c_str(), userId); 630 return StringPrintf("%s/misc_de/%u", BuildDataPath("").c_str(), userId); 635 return StringPrintf("%s/misc/profiles/cur/%u", BuildDataPath("").c_str(), userId) [all...] |
/art/libdexfile/dex/ |
dex_file_loader.cc | 19 #include "android-base/stringprintf.h" 64 using android::base::StringPrintf; 180 return (index == 0) ? "classes.dex" : StringPrintf("classes%zu.dex", index + 1); 186 : StringPrintf("%s%cclasses%zu.dex", dex_location, kMultiDexSeparator, index + 1); 306 *error_msg = StringPrintf("Expected valid zip or dex file"); 359 *error_msg = StringPrintf("Failed to open dex file '%s' from memory: %s", location.c_str(), 399 *error_msg = StringPrintf("Dex file '%s' has zero length", location.c_str()); 406 *error_msg = StringPrintf("Failed to extract '%s' from '%s': %s", entry_name, location.c_str(),
|
/packages/apps/Nfc/nci/jni/extns/pn54x/src/utils/ |
phNxpConfig.cpp | 23 #include <android-base/stringprintf.h> 27 using android::base::StringPrintf; 209 LOG(ERROR) << StringPrintf("%s Cannot open config file %s", __func__, name); 211 LOG(ERROR) << StringPrintf("%s Using default value for all settings", 517 << StringPrintf("%s found %s=%s\n", __func__, p_name, 521 << StringPrintf("%s found %s=(0x%lx)\n", __func__, p_name, 627 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf( 637 LOG(ERROR) << StringPrintf("%s Cannot open file %s", __func__,
|
/system/core/debuggerd/tombstoned/ |
tombstoned.cpp | 36 #include <android-base/stringprintf.h> 48 using android::base::StringPrintf; 119 std::string tmp_filename = StringPrintf(".temporary%zu", counter++); 126 path = StringPrintf("%s/%s", dir_path_.c_str(), tmp_filename.c_str()); 133 StringPrintf("%s/%s%02d", dir_path_.c_str(), file_name_prefix_.c_str(), next_artifact_); 165 std::string path = StringPrintf("%s/%s%02zu", dir_path_.c_str(), file_name_prefix_.c_str(), i); 286 << StringPrintf("%#2hhX", request.packet_type); 355 std::string fd_path = StringPrintf("/proc/self/fd/%d", crash->crash_tombstone_fd.get());
|
/system/nfc/src/nfa/ee/ |
nfa_ee_main.cc | 26 #include <android-base/stringprintf.h> 33 using android::base::StringPrintf; 123 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("%s", __func__); 131 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf( 162 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf( 224 << StringPrintf("nfcc_power_mode=%d", nfcc_power_mode); 357 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf( 635 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf(
|
/system/nfc/src/nfa/hci/ |
nfa_hci_act.cc | 26 #include <android-base/stringprintf.h> 34 using android::base::StringPrintf; 211 LOG(ERROR) << StringPrintf("Unknown event: 0x%04x", p_msg->event); 241 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf( 267 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf( 274 LOG(ERROR) << StringPrintf("nfa_hci_api_register (%s) NO ENTRIES", 321 << StringPrintf("nfa_hci_api_deregister (%s) inx: %u", 328 LOG(WARNING) << StringPrintf("Unknown app: %s", 481 LOG(ERROR) << StringPrintf("The Gate (0X%02x) already taken!", 604 LOG(ERROR) << StringPrintf( [all...] |
/art/runtime/ |
trace.cc | 22 #include "android-base/stringprintf.h" 53 using android::base::StringPrintf; 677 os << StringPrintf("%cversion\n", kTraceTokenChar); 678 os << StringPrintf("%d\n", GetTraceVersion(clock_source_)); 679 os << StringPrintf("data-file-overflow=%s\n", overflow_ ? "true" : "false"); 682 os << StringPrintf("clock=dual\n"); 684 os << StringPrintf("clock=thread-cpu\n"); 687 os << StringPrintf("clock=wall\n"); 689 os << StringPrintf("elapsed-time-usec=%" PRIu64 "\n", elapsed); 692 os << StringPrintf("num-method-calls=%zd\n", num_records) [all...] |
/build/kati/ |
main.cc | 42 #include "stringprintf.h" 96 bootstrap += StringPrintf("MAKE?=make -j%d\n", 99 bootstrap += StringPrintf("MAKE?=%s\n", 103 StringPrintf("MAKECMDGOALS?=%s\n", JoinSymbols(targets, " ").c_str()); 110 bootstrap += StringPrintf("CURDIR:=%s\n", cwd); 239 .SetGlobalVar(new SimpleVar(StringPrintf(" %s", g_flags.makefile),
|
/system/bt/stack/srvc/ |
srvc_eng.cc | 29 using base::StringPrintf; 261 VLOG(1) << StringPrintf("srvc_eng_s_request_cback : recv type (0x%02x)", 291 VLOG(1) << StringPrintf("Unknown/unexpected LE GAP ATT request: 0x%02x", 315 VLOG(1) << StringPrintf( 341 << StringPrintf(" connected:%d conn_id=%d reason = 0x%04x", connected,
|
/system/core/libprocessgroup/ |
processgroup.cpp | 45 #include <android-base/stringprintf.h> 55 using android::base::StringPrintf; 94 return StringPrintf("%s/uid_%d", GetCgroupRootPath().c_str(), uid); 98 return StringPrintf("%s/uid_%d/pid_%d", GetCgroupRootPath().c_str(), uid, pid); 126 auto path = StringPrintf("%s/%s", uid_path.c_str(), dir->d_name); 151 auto path = StringPrintf("%s/%s", cgroup_root_path.c_str(), dir->d_name);
|
/system/core/libunwindstack/ |
Unwinder.cpp | 27 #include <android-base/stringprintf.h> 264 data += android::base::StringPrintf(" #%02zu pc %08" PRIx64, frame.num, frame.rel_pc); 266 data += android::base::StringPrintf(" #%02zu pc %016" PRIx64, frame.num, frame.rel_pc); 270 data += android::base::StringPrintf(" (offset 0x%" PRIx64 ")", frame.map_offset); 279 data += android::base::StringPrintf(" <anonymous:%" PRIx64 ">", frame.map_start); 284 data += android::base::StringPrintf("+%" PRId64, frame.function_offset);
|
/system/nfc/src/nfa/dm/ |
nfa_dm_main.cc | 26 #include <android-base/stringprintf.h> 32 using android::base::StringPrintf; 121 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf( 153 LOG(WARNING) << StringPrintf("DM disc_state state = %d disc_flags:0x%x", 193 << StringPrintf("flags:0x%x", nfa_dm_cb.flags); 224 LOG(ERROR) << StringPrintf(
|
/external/avb/test/ |
avb_slot_verify_unittest.cc | 29 #include <base/strings/stringprintf.h> 420 base::StringPrintf( 482 base::StringPrintf( 604 base::StringPrintf( 679 base::StringPrintf("--include_descriptors_from_image %s" 763 base::StringPrintf("--chain_partition boot:1:%s" [all...] |
/art/dexlayout/ |
dexdiag.cc | 27 #include "android-base/stringprintf.h" 45 using android::base::StringPrintf; 108 std::cout << StringPrintf("%-*s %*s %*s %% of %% of", 117 std::cout << StringPrintf("%-*s %*s %*s sect. total", 133 std::cout << StringPrintf("%-*s %*zd %*zd %6.2f %6.2f", 279 << StringPrintf("%" PRIx64 " > dex start %" PRIx64 "\n", map_start, dex_file_start) 288 << StringPrintf(": %" PRIx64 "-%" PRIx64, 356 << StringPrintf(": %" PRIx64 "-%" PRIx64, pm_map_start(map), pm_map_end(map)) 419 << StringPrintf(": %" PRIx64 "-%" PRIx64, pm_map_start(map), pm_map_end(map)) 483 std::cerr << StringPrintf("Invalid PID \"%s\".\n", argv[argc - 1]) << std::endl [all...] |