Searched refs:FdPrinter (Results 1 – 7 of 7) sorted by relevance
/aosp14/system/core/libutils/ |
H A D | Printer.cpp | 98 FdPrinter::FdPrinter(int fd, unsigned int indent, const char* prefix) : in FdPrinter() function in android::FdPrinter 109 void FdPrinter::printLine(const char* string) { in printLine()
|
H A D | Printer_fuzz.cpp | 39 android::FdPrinter filePrinter = android::FdPrinter(tf.fd, indent, prefix.c_str()); in LLVMFuzzerTestOneInput()
|
H A D | CallStack.cpp | 70 FdPrinter printer(fd, indent, prefix); in dump()
|
H A D | ProcessCallStack.cpp | 232 FdPrinter printer(fd, static_cast<unsigned int>(indent), prefix); in dump()
|
/aosp14/system/core/libutils/include/utils/ |
H A D | Printer.h | 64 class FdPrinter : public Printer { 69 FdPrinter(int fd, unsigned int indent = 0, const char* prefix = nullptr);
|
/aosp14/system/core/libutils/abi-dumps/arm_arm64/source-based/ |
H A D | libutils.so.lsdump | 4243 "name" : "android::FdPrinter::MAX_FORMAT_STRING" 4247 "name" : "android::FdPrinter::(unnamed)", 8098 "function_name" : "android::FdPrinter::printLine", 8114 "function_name" : "android::FdPrinter::FdPrinter", 8138 "function_name" : "android::FdPrinter::FdPrinter", 11161 "name" : "android::FdPrinter *", 15336 "name" : "android::FdPrinter",
|
/aosp14/system/core/libutils/abi-dumps/arm64/source-based/ |
H A D | libutils.so.lsdump | 4247 "name" : "android::FdPrinter::MAX_FORMAT_STRING" 4251 "name" : "android::FdPrinter::(unnamed)", 8102 "function_name" : "android::FdPrinter::printLine", 8118 "function_name" : "android::FdPrinter::FdPrinter", 8142 "function_name" : "android::FdPrinter::FdPrinter", 11165 "name" : "android::FdPrinter *", 15340 "name" : "android::FdPrinter",
|