Home
last modified time | relevance | path

Searched defs:ReadAll (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/common/libs/fs/
Dshared_buf.cc67 ssize_t ReadAll(SharedFD fd, std::string* buf) { in ReadAll() function
/device/google/cuttlefish/common/libs/utils/
Dproc_file_utils.cpp98 static Result<std::string> ReadAll(const std::string& file_path) { in ReadAll() function