/system/tools/aidl/ |
generate_cpp_unittest.cpp | 19 #include <android-base/stringprintf.h> 33 using ::android::base::StringPrintf; [all...] |
aidl_unittest.cpp | 22 #include <android-base/stringprintf.h> 33 using android::base::StringPrintf; 150 StringPrintf( "package a; interface IFoo {%s String f(); }", 164 StringPrintf( "package a; interface IFoo {%s String f(); }",
|
/system/update_engine/ |
omaha_request_params.cc | 29 #include <base/strings/stringprintf.h> 190 *error_message = base::StringPrintf( 203 base::StringPrintf("Invalid channel name \"%s\", valid names are: %s",
|
/system/vold/ |
VolumeManager.cpp | 39 #include <android-base/stringprintf.h> 67 using android::base::StringPrintf; 347 source = StringPrintf("%s/%d", source.c_str(), userId); 351 std::string target(StringPrintf("/mnt/user/%d/primary", userId)); 379 std::string path(StringPrintf("%s/%d", kPathUserMount, userId)); 540 std::string userSource(StringPrintf("/mnt/user/%d", user_id)); 666 *path = android::base::StringPrintf("/mnt/appfuse/%d_%s", uid, name.c_str()); 674 const auto opts = android::base::StringPrintf( 714 const std::string pid_str = android::base::StringPrintf("%d", pid);
|
/art/compiler/dex/ |
dex_to_dex_compiler.cc | 20 #include <android-base/stringprintf.h> 41 using android::base::StringPrintf; 386 << " at dex pc " << StringPrintf("0x%x", dex_pc) << " in method " 408 << StringPrintf("0x%x", dex_pc) << " in method " 443 << " at dex pc " << StringPrintf("0x%x", dex_pc) << " in method " 492 << " at dex pc " << StringPrintf("0x%x", dex_pc) << " in method "
|
/system/core/adb/ |
file_sync_service.cpp | 35 #include <android-base/stringprintf.h> 48 using android::base::StringPrintf; 157 std::string filename(StringPrintf("%s/%s", path, de->d_name)); 196 return SendSyncFail(fd, StringPrintf("%s: %s", reason.c_str(), strerror(errno))); 491 std::string trace_name = StringPrintf("%s(%s)", id_name.c_str(), name); 515 SendSyncFail(fd, StringPrintf("unknown command %08x", request.id));
|
/art/imgdiag/ |
imgdiag.cc | 29 #include "android-base/stringprintf.h" 55 using android::base::StringPrintf; 787 os_ << StringPrintf(" %zu-%zu: ", offset, offset + size - 1) 869 return StringPrintf("%" PRIx8, *bytes); 871 return StringPrintf("%" PRIx16, *reinterpret_cast<const uint16_t*>(bytes)); [all...] |
/frameworks/native/cmds/installd/ |
dexopt.cpp | 36 #include <android-base/stringprintf.h> 58 using android::base::StringPrintf; [all...] |
/art/runtime/native/ |
dalvik_system_VMRuntime.cc | 27 #include "android-base/stringprintf.h" 61 using android::base::StringPrintf; 608 LOG(INFO) << StringPrintf("VMRuntime.preloadDexCaches strings total=%d before=%d after=%d", 610 LOG(INFO) << StringPrintf("VMRuntime.preloadDexCaches types total=%d before=%d after=%d", 612 LOG(INFO) << StringPrintf("VMRuntime.preloadDexCaches fields total=%d before=%d after=%d", 614 LOG(INFO) << StringPrintf("VMRuntime.preloadDexCaches methods total=%d before=%d after=%d", 616 LOG(INFO) << StringPrintf("VMRuntime.preloadDexCaches finished"); 653 std::string message(StringPrintf("Instruction set %s is invalid.", instruction_set.c_str()));
|
/system/bt/stack/gatt/ |
gatt_sr.cc | 36 using base::StringPrintf; 120 VLOG(1) << StringPrintf("%s status=%d mtu=%d", __func__, status, mtu); 170 VLOG(1) << StringPrintf( 391 VLOG(1) << StringPrintf("read permission denied : 0x%02x", err); 631 VLOG(1) << StringPrintf("unexpected ReadByGrpType Group: %s", 638 VLOG(1) << StringPrintf("unexpected ReadByTypeValue type: %s", [all...] |
/system/core/fs_mgr/ |
fs_mgr_fstab.cpp | 31 #include <android-base/stringprintf.h> 433 file_name = android::base::StringPrintf("%s/%s/status", fstabdir_name.c_str(), dp->d_name); 441 file_name = android::base::StringPrintf("%s/%s/dev", fstabdir_name.c_str(), dp->d_name); 450 android::base::StringPrintf("%s/%s/mnt_point", fstabdir_name.c_str(), dp->d_name); 455 mount_point = android::base::StringPrintf("/%s", dp->d_name); 459 file_name = android::base::StringPrintf("%s/%s/type", fstabdir_name.c_str(), dp->d_name); 466 file_name = android::base::StringPrintf("%s/%s/mnt_flags", fstabdir_name.c_str(), dp->d_name); 473 file_name = android::base::StringPrintf("%s/%s/fsmgr_flags", fstabdir_name.c_str(), dp->d_name); [all...] |
/art/openjdkjvmti/ |
ti_redefine.cc | 37 #include <android-base/stringprintf.h> 78 using android::base::StringPrintf; 302 StringPrintf("%s-transformed", original_location.c_str()).c_str(), 513 *error_msg_ = StringPrintf("Unable to perform redefinition of '%s': %s", 628 StringPrintf("Total number of declared methods changed from %d to %d", 649 StringPrintf("Unknown method '%s' (sig: %s) was added!", 660 StringPrintf("method '%s' (sig: %s) had different access flags", 689 StringPrintf("Unknown field '%s' (type: %s) added!", 703 StringPrintf("Field changed from '%s' (sig: %s) to '%s' (sig: %s)!", 715 StringPrintf("Field '%s' (sig: %s) had different access flags" [all...] |
/art/test/906-iterate-heap/ |
iterate_heap.cc | 27 #include "android-base/stringprintf.h" 208 p->data += android::base::StringPrintf("%" PRId64 "@%" PRId64 " (%" PRId64 ", '%s')", 293 oss << android::base::StringPrintf("%02x", data[i]); 383 oss << android::base::StringPrintf("%016" PRIx64, val);
|
/frameworks/native/cmds/dumpsys/ |
dumpsys.cpp | 23 #include <android-base/stringprintf.h> 47 using ::android::base::StringPrintf; 428 std::string msg = StringPrintf("\n*** SERVICE '%s' DUMP TIMEOUT (%llums) EXPIRED ***\n\n", 447 StringPrintf("--------- %.3fs was the duration of dumpsys %s, ending at: %s\n",
|
/system/hardware/interfaces/net/netd/1.1/vts/functional/ |
VtsHalNetNetdV1_1TargetTest.cpp | 22 #include <android-base/stringprintf.h> 31 using android::base::StringPrintf; 295 StringPrintf(regexTemplate, sTun1.name().c_str(), sTun2.name().c_str(), table2); 297 StringPrintf(regexTemplate, sTun2.name().c_str(), sTun1.name().c_str(), table1);
|
/art/runtime/gc/space/ |
image_space_test.cc | 19 #include "android-base/stringprintf.h" 118 options->emplace_back(android::base::StringPrintf("-Ximage:%s", GetCoreArtLocation().c_str()),
|
/art/runtime/jdwp/ |
jdwp_main.cc | 23 #include "android-base/stringprintf.h" 36 using android::base::StringPrintf; 288 PLOG(ERROR) << StringPrintf("Failed to send JDWP packet %c%c%c%c to debugger (%zd of %zu)", 307 PLOG(ERROR) << StringPrintf("Failed to send JDWP packet to debugger (%zd of %zu)", 757 << "@" << StringPrintf("%#" PRIx64, rhs.dex_pc) << " " << rhs.type_tag << "]";
|
jdwp_request.cc | 21 #include "android-base/stringprintf.h" 104 VLOG(jdwp) << android::base::StringPrintf(" %s id %#" PRIx64, specific_kind, id);
|
/art/runtime/verifier/ |
register_line.cc | 19 #include "android-base/stringprintf.h" 29 using android::base::StringPrintf; 143 result += StringPrintf("%zd:[", i); 148 result += StringPrintf("{%d},", monitor); 151 result += StringPrintf("<%d -> %x>", pairs.first, pairs.second);
|
/art/test/137-cfi/ |
cfi.cc | 29 #include <android-base/stringprintf.h> 96 PrintFileToLog(android::base::StringPrintf("/proc/%d/maps", pid), ::android::base::ERROR);
|
/bionic/tests/ |
ftw_test.cpp | 28 #include <android-base/stringprintf.h> 148 std::string path = android::base::StringPrintf("%s/unreadable-directory", root.dirname);
|
/bootable/recovery/applypatch/ |
freecache.cpp | 33 #include <android-base/stringprintf.h> 50 std::string path = android::base::StringPrintf("/proc/%s/fd/", de->d_name);
|
/build/kati/ |
expr.cc | 24 #include "stringprintf.h" 131 return StringPrintf("SymRef(%s)", name_.c_str()); 155 return StringPrintf("VarRef(%s)", name_->DebugString().c_str()); 192 return StringPrintf("VarSubst(%s:%s=%s)", name_->DebugString().c_str(), 221 return StringPrintf("Func(%s %s)", fi_->name,
|
var.h | 85 ev->Error(StringPrintf("*** %s is obsolete%s.", sym.c_str(),
|
/external/avb/test/ |
avb_unittest_util.h | 34 #include <base/strings/stringprintf.h> 46 system(base::StringPrintf(command_format, ##__VA_ARGS__).c_str()); \
|