Home
last modified time | relevance | path

Searched defs:WriteString (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/base/cmds/idmap2/libidmap2/
H A DBinaryStreamVisitor.cpp41 void BinaryStreamVisitor::WriteString(const StringPiece& value) { in WriteString() function in android::idmap2::BinaryStreamVisitor
/aosp12/packages/modules/adb/fastdeploy/deploypatchgenerator/
H A Dpatch_utils.cpp90 void PatchUtils::WriteString(const std::string& value, android::base::borrowed_fd output) { in WriteString() function in PatchUtils
/aosp12/bionic/libc/bionic/
H A Dsystem_property_set.cpp130 SocketWriter& WriteString(const char* value) { in WriteString() function in SocketWriter
/aosp12/build/blueprint/
H A Dninja_writer.go320 func (n *ninjaWriterWithWrap) WriteString(s string) (written int, noError error) { func
/aosp12/art/libelffile/dwarf/
H A Ddebug_info_entry_writer.h166 void WriteString(Attribute attrib, const char* value) { in WriteString() function
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
H A Dwriter.h244 bool WriteString(const Ch* str, SizeType length) { in WriteString() function
/aosp12/system/bt/test/mock/
H A Dmock_common_metrics.cc121 void BluetoothMetricsLogger::WriteString(std::string* serialized) { in WriteString() function in bluetooth::common::BluetoothMetricsLogger
/aosp12/system/bt/common/
H A Dmetrics_linux.cc75 void BluetoothMetricsLogger::WriteString(std::string* serialized) {} in WriteString() function in bluetooth::common::BluetoothMetricsLogger
H A Dmetrics.cc456 void BluetoothMetricsLogger::WriteString(std::string* serialized) { in WriteString() function in bluetooth::common::BluetoothMetricsLogger
/aosp12/system/update_engine/
H A Dtest_http_server.cc163 ssize_t WriteString(int fd, const string& str) { in WriteString() function