Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libpdx/private/pdx/
Dservice.h130 inline Status<void> ReadAll(void* buffer, size_t length) { in ReadAll() function
/frameworks/native/cmds/installd/tests/
Dinstalld_dexopt_test.cpp1021 bool ReadAll(const std::string& file, std::vector<uint8_t>* content) { in ReadAll() function in android::installd::ProfileTest