HomeSort by relevance Sort by last modified time
    Searched defs:ReadFdToString (Results 1 - 2 of 2) sorted by null

  /device/google/cuttlefish_common/guest/commands/vport_trigger/
main.cpp 34 static bool ReadFdToString(int fd, std::string* content) {
51 bool result = ReadFdToString(fd, content);
  /system/core/base/
file.cpp 51 bool ReadFdToString(int fd, std::string* content) {
78 return ReadFdToString(fd, content);

Completed in 178 milliseconds