Searched refs:appendFormat (Results 1 – 5 of 5) sorted by relevance
/system/core/healthd/ |
D | BatteryMonitor.cpp | 247 path.appendFormat("%s/%s/online", POWER_SUPPLY_SYSFS_PATH, in update() 251 path.appendFormat("%s/%s/type", POWER_SUPPLY_SYSFS_PATH, in update() 268 path.appendFormat("%s/%s/current_max", POWER_SUPPLY_SYSFS_PATH, in update() 274 path.appendFormat("%s/%s/voltage_max", POWER_SUPPLY_SYSFS_PATH, in update() 489 path.appendFormat("%s/%s/type", POWER_SUPPLY_SYSFS_PATH, name); in init() 495 path.appendFormat("%s/%s/online", POWER_SUPPLY_SYSFS_PATH, name); in init() 505 path.appendFormat("%s/%s/status", POWER_SUPPLY_SYSFS_PATH, in init() 513 path.appendFormat("%s/%s/health", POWER_SUPPLY_SYSFS_PATH, in init() 521 path.appendFormat("%s/%s/present", POWER_SUPPLY_SYSFS_PATH, in init() 529 path.appendFormat("%s/%s/capacity", POWER_SUPPLY_SYSFS_PATH, in init() [all …]
|
/system/core/libutils/ |
D | Tokenizer.cpp | 108 result.appendFormat("%s:%d", mFilename.string(), mLineNumber); in getLocation()
|
D | String8.cpp | 325 status_t String8::appendFormat(const char* fmt, ...) in appendFormat() function in android::String8
|
/system/libhwbinder/ |
D | ProcessState.cpp | 256 name.appendFormat("HwBinder:%d_%X", pid, s); in makeBinderThreadName()
|
/system/core/libutils/include/utils/ |
D | String8.h | 94 status_t appendFormat(const char* fmt, ...)
|