Home
last modified time | relevance | path

Searched defs:ReadFile (Results 1 – 16 of 16) sorted by relevance

/aosp12/frameworks/base/libs/androidfw/
H A DPosixUtils.cpp34 std::unique_ptr<std::string> ReadFile(int fd) { in ReadFile() function
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
H A Djsoncheckertest.cpp21 static char* ReadFile(const char* filename, size_t& length) { in ReadFile() function
H A Dencodedstreamtest.cpp61 static char *ReadFile(const char* filename, bool appendPath, size_t* outLength) { in ReadFile() function in EncodedStreamTest
/aosp12/frameworks/base/core/jni/
H A Dandroid_ddm_DdmHandleNativeHeap.cpp54 static void ReadFile(const char* path, String8& s) { in ReadFile() function
/aosp12/system/unwinding/libunwindstack/tests/
H A DMemoryXzTest.cpp30 static std::unique_ptr<MemoryBuffer> ReadFile(const char* filename) { in ReadFile() function in unwindstack::MemoryXzTest
/aosp12/art/compiler/utils/
H A Dassembler_test_base.h181 std::vector<uint8_t> ReadFile(const std::string& filename) { in ReadFile() function
/aosp12/system/core/fs_mgr/tools/
H A Ddmctl.cpp540 static bool ReadFile(const char* filename, std::vector<std::string>* args, in ReadFile() function
/aosp12/system/extras/simpleperf/app_api/cpp/
H A Dsimpleperf.cpp282 static std::string ReadFile(FILE* fp) { in ReadFile() function
/aosp12/system/update_engine/common/
H A Dutils.cc346 bool ReadFile(const string& path, brillo::Blob* out_p) { in ReadFile() function
350 bool ReadFile(const string& path, string* out_p) { in ReadFile() function
/aosp12/system/core/init/
H A Dutil.cpp155 Result<std::string> ReadFile(const std::string& path) { in ReadFile() function
/aosp12/system/core/fastboot/
H A Dfastboot.cpp1616 bool ZipImageSource::ReadFile(const std::string& name, std::vector<char>* out) const { in ReadFile() function in ZipImageSource
1644 bool LocalImageSource::ReadFile(const std::string& name, std::vector<char>* out) const { in ReadFile() function in LocalImageSource
/aosp12/frameworks/native/libs/vr/libpdx_uds/
H A Dremote_method_tests.cpp306 int ReadFile(void* buffer, std::size_t size, const std::string& path, in ReadFile() function in __anona08a5e0d0110::TestClient
/aosp12/bootable/recovery/applypatch/
H A Dimgdiff.cpp621 bool Image::ReadFile(const std::string& filename, std::vector<uint8_t>* file_content) { in ReadFile() function in Image
/aosp12/system/security/keystore/
H A Dkeystore_cli_v2.cpp725 std::vector<uint8_t> ReadFile(const std::string& filename) { in ReadFile() function
/aosp12/system/core/llkd/
H A Dlibllkd.cpp227 std::string ReadFile(std::string&& path) { in ReadFile() function
/aosp12/build/make/tools/releasetools/
H A Dcommon.py2655 def ReadFile(self): member in PasswordManager