Home
last modified time | relevance | path

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

/aosp12/bootable/recovery/updater/
H A Dcommands.cpp330 bool SourceInfo::ReadAll( in ReadAll() function in SourceInfo
/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dservice.h130 inline Status<void> ReadAll(void* buffer, size_t length) { in ReadAll() function
/aosp12/system/update_engine/common/
H A Dutils.cc122 bool ReadAll( in ReadAll() function
221 bool ReadAll(const FileDescriptorPtr& fd, in ReadAll() function
/aosp12/packages/modules/adb/daemon/
H A Dshell_service.cpp117 std::string ReadAll(borrowed_fd fd) { in ReadAll() function
/aosp12/bootable/recovery/tests/unit/
H A Dcommands_test.cpp438 TEST(SourceInfoTest, ReadAll) { in TEST() argument
/aosp12/frameworks/native/cmds/installd/tests/
H A Dinstalld_dexopt_test.cpp1080 bool ReadAll(const std::string& file, std::vector<uint8_t>* content) { in ReadAll() function in android::installd::ProfileTest