Searched defs:ReadAll (Results 1 – 6 of 6) sorted by relevance
330 bool SourceInfo::ReadAll( in ReadAll() function in SourceInfo
130 inline Status<void> ReadAll(void* buffer, size_t length) { in ReadAll() function
122 bool ReadAll( in ReadAll() function221 bool ReadAll(const FileDescriptorPtr& fd, in ReadAll() function
117 std::string ReadAll(borrowed_fd fd) { in ReadAll() function
438 TEST(SourceInfoTest, ReadAll) { in TEST() argument
1080 bool ReadAll(const std::string& file, std::vector<uint8_t>* content) { in ReadAll() function in android::installd::ProfileTest