Searched defs:WriteString (Results 1 – 4 of 4) sorted by relevance
/system/core/adb/fastdeploy/deploypatchgenerator/ | ||
D | patch_utils.cpp | 90 void PatchUtils::WriteString(const std::string& value, android::base::borrowed_fd output) { in WriteString() function in PatchUtils |
/system/bt/common/ | ||
D | metrics_linux.cc | 75 void BluetoothMetricsLogger::WriteString(std::string* serialized) {} in WriteString() function in bluetooth::common::BluetoothMetricsLogger |
D | metrics.cc | 456 void BluetoothMetricsLogger::WriteString(std::string* serialized) { in WriteString() function in bluetooth::common::BluetoothMetricsLogger |
/system/update_engine/ | ||
D | test_http_server.cc | 163 ssize_t WriteString(int fd, const string& str) { in WriteString() function |