/system/core/fs_mgr/ |
fs_mgr.cpp | 41 #include <android-base/stringprintf.h> 118 std::string msg = android::base::StringPrintf("\nfs_stat,%s,0x%x\n", blk_device, fs_stat); [all...] |
fs_mgr_avb.cpp | 32 #include <android-base/stringprintf.h> 534 android::base::StringPrintf("%d.%d", AVB_VERSION_MAJOR, AVB_VERSION_MINOR);
|
/art/runtime/ |
indirect_reference_table.cc | 214 *error_msg = android::base::StringPrintf("Requested size exceeds maximum: %zu", new_size);
|
/art/runtime/mirror/ |
object_array-inl.h | 24 #include "android-base/stringprintf.h" 335 std::string msg = android::base::StringPrintf(
|
string-inl.h | 21 #include "android-base/stringprintf.h" 239 android::base::StringPrintf("%s of length %d would overflow",
|
/bootable/recovery/ |
fuse_sideload.cpp | 64 #include <android-base/stringprintf.h> 399 std::string opts = android::base::StringPrintf(
|
/bootable/recovery/minui/ |
resources.cpp | 33 #include <android-base/stringprintf.h> 101 std::string res_path = android::base::StringPrintf("/res/images/%s.png", name.c_str());
|
/device/google/wahoo/power-libperfmgr/ |
Power.cpp | 24 #include <android-base/stringprintf.h> 520 std::string buf(android::base::StringPrintf("HintManager Running: %s\n"
|
/external/libchrome/base/json/ |
json_parser_unittest.cc | 13 #include "base/strings/stringprintf.h" 368 SCOPED_TRACE(StringPrintf("case %u: \"%s\"", i, test_case.input));
|
/external/libmojo/ui/gfx/geometry/ |
rect.cc | 19 #include "base/strings/stringprintf.h" 297 return base::StringPrintf("%s %s",
|
/external/v4l2_codec2/vda/ |
v4l2_device.cc | 17 #include "base/strings/stringprintf.h" 434 base::StringPrintf("%s%d", device_pattern.c_str(), i));
|
/frameworks/base/cmds/statsd/src/packages/ |
UidMap.cpp | 32 using android::base::StringPrintf;
|
/frameworks/base/tools/aapt2/cmd/ |
Optimize.cpp | 21 #include "android-base/stringprintf.h" 52 using ::android::base::StringPrintf;
|
/system/core/init/ |
reboot.cpp | 43 #include <android-base/stringprintf.h> 61 using android::base::StringPrintf;
|
/system/core/libsparse/ |
sparse_read.cpp | 33 #include "android-base/stringprintf.h" 58 return android::base::StringPrintf("Unknown error %d", err);
|
/system/extras/simpleperf/ |
thread_tree.cpp | 24 #include <android-base/stringprintf.h> 249 std::string name = android::base::StringPrintf(
|
/system/update_engine/payload_consumer/ |
delta_performer.cc | 34 #include <base/strings/stringprintf.h> 193 base::StringPrintf(" (%" PRIu64 "%%)", 206 base::StringPrintf(" (%" PRIu64 "%%)", [all...] |
/system/vold/ |
IdleMaint.cpp | 26 #include <android-base/stringprintf.h> 42 using android::base::StringPrintf;
|
/art/runtime/interpreter/ |
interpreter_common.h | 30 #include <android-base/stringprintf.h> 522 << android::base::StringPrintf("\n0x%x: ", dex_pc) 527 oss << android::base::StringPrintf(" vreg%u=0x%08X", i, raw_value);
|
/art/test/912-classes/ |
classes.cc | 24 #include "android-base/stringprintf.h" 314 gEvents.push_back(android::base::StringPrintf("Load: %s on %s", 337 gEvents.push_back(android::base::StringPrintf("Prepare: %s on %s (cur=%s)",
|
/external/libchrome/base/threading/ |
sequenced_worker_pool.cc | 27 #include "base/strings/stringprintf.h" 590 : SimpleThread(prefix + StringPrintf("Worker%d", thread_number)), [all...] |
/external/libchrome/dbus/ |
bus.cc | 13 #include "base/strings/stringprintf.h" 950 base::StringPrintf(kServiceNameOwnerChangeMatchRule, [all...] |
/frameworks/base/tools/aapt2/ |
ResourceUtils.cpp | 21 #include "android-base/stringprintf.h" 36 using ::android::base::StringPrintf; 847 StringPrintf("invalid unicode escape sequence in string\n\"%s\"", text.c_str()); 864 error_ = StringPrintf("unescaped apostrophe in string\n\"%s\"", text.c_str()); 877 error_ = StringPrintf("invalid unicode code point in string\n\"%s\"", utf8_data + previous_len);
|
/frameworks/native/libs/input/ |
VelocityTracker.cpp | 30 #include <android-base/stringprintf.h> 73 str += android::base::StringPrintf(" %f", *(a++)); 93 str += android::base::StringPrintf(" %f", a[rowMajor ? i * n + j : j * m + i]); [all...] |
/hardware/google/av/codec2/vndk/util/ |
C2InterfaceHelper.cpp | 21 #include <android-base/stringprintf.h> 23 using ::android::base::StringPrintf; 797 << StringPrintf("@%02zx+%02x", offs, _C2ParamInspector::GetSize(query.field()));
|