Searched refs:appendFormat (Results 1 – 5 of 5) sorted by relevance
/system/core/healthd/ |
D | BatteryMonitor.cpp | 249 path.appendFormat("%s/%s/online", POWER_SUPPLY_SYSFS_PATH, in update() 253 path.appendFormat("%s/%s/type", POWER_SUPPLY_SYSFS_PATH, in update() 270 path.appendFormat("%s/%s/current_max", POWER_SUPPLY_SYSFS_PATH, in update() 276 path.appendFormat("%s/%s/voltage_max", POWER_SUPPLY_SYSFS_PATH, in update() 493 path.appendFormat("%s/%s/type", POWER_SUPPLY_SYSFS_PATH, name); in init() 499 path.appendFormat("%s/%s/online", POWER_SUPPLY_SYSFS_PATH, name); in init() 509 path.appendFormat("%s/%s/status", POWER_SUPPLY_SYSFS_PATH, in init() 517 path.appendFormat("%s/%s/health", POWER_SUPPLY_SYSFS_PATH, in init() 525 path.appendFormat("%s/%s/present", POWER_SUPPLY_SYSFS_PATH, in init() 533 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 | 301 status_t String8::appendFormat(const char* fmt, ...) in appendFormat() function in android::String8
|
/system/core/libutils/include/utils/ |
D | String8.h | 94 status_t appendFormat(const char* fmt, ...)
|
/system/libhwbinder/ |
D | ProcessState.cpp | 342 name.appendFormat("HwBinder:%d_%X", pid, s); in makeBinderThreadName()
|