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

/system/core/base/
H A Dfile.cpp34 bool ReadFdToString(int fd, std::string* content) { function in namespace:android::base
53 bool result = ReadFdToString(fd, content);

Completed in 66 milliseconds