Home
last modified time | relevance | path

Searched defs:ReadFdToString (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/libbase/
H A Dabi_compatibility.cpp44 bool ReadFdToString(int fd, std::string* content) { in ReadFdToString() function
H A Dfile.cpp217 bool ReadFdToString(borrowed_fd fd, std::string* content) { in ReadFdToString() function
/aosp12/system/iorap/src/perfetto/
H A Drx_producer.cc621 bool BinaryWireProtobuf<T>::ReadFdToString(int fd, /*out*/std::vector<std::byte>* content) { in ReadFdToString() function in iorap::perfetto::BinaryWireProtobuf
/aosp12/frameworks/native/libs/binder/ndk/tests/
H A Dlibbinder_ndk_unit_test.cpp612 bool ReadFdToString(int fd, std::string* content) { in ReadFdToString() function