Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/androidfw/
H A DPosixUtils.cpp32 static std::optional<std::string> ReadFile(int fd) { in ReadFile() function
/aosp14/system/core/trusty/test/driver/
H A Dtrusty_driver_test.py22 def ReadFile(file_path): function
/aosp14/system/core/fastboot/
H A Dsuper_flash_helper_test.cpp42 bool ReadFile(const std::string&, std::vector<char>*) const override { in ReadFile() function in TestImageSource
H A Dfastboot.cpp1937 bool ZipImageSource::ReadFile(const std::string& name, std::vector<char>* out) const { in ReadFile() function in ZipImageSource
1966 bool LocalImageSource::ReadFile(const std::string& name, std::vector<char>* out) const { in ReadFile() function in LocalImageSource
/aosp14/frameworks/base/core/jni/
H A Dandroid_ddm_DdmHandleNativeHeap.cpp54 static void ReadFile(const char* path, String8& s) { in ReadFile() function
/aosp14/system/core/fs_mgr/tools/
H A Ddmctl.cpp563 static bool ReadFile(const char* filename, std::vector<std::string>* args, in ReadFile() function
/aosp14/system/core/init/
H A Dutil.cpp161 Result<std::string> ReadFile(const std::string& path) { in ReadFile() function
/aosp14/system/core/llkd/
H A Dlibllkd.cpp227 std::string ReadFile(std::string&& path) { in ReadFile() function