Home
last modified time | relevance | path

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

/aosp12/bootable/recovery/updater/
H A Dsimulator_runtime.cpp89 bool SimulatorRuntime::ReadFileToString(const std::string_view filename, in ReadFileToString() function in SimulatorRuntime
H A Dupdater_runtime.cpp137 bool UpdaterRuntime::ReadFileToString(const std::string_view filename, std::string* content) const { in ReadFileToString() function in UpdaterRuntime
/aosp12/system/testing/gtest_extras/
H A DOptions.cpp215 static bool ReadFileToString(const std::string& file, std::string* contents) { in ReadFileToString() function
/aosp12/system/libbase/
H A Dfile.cpp236 bool ReadFileToString(const std::string& path, std::string* content, bool follow_symlinks) { in ReadFileToString() function
/aosp12/hardware/google/pixel/health/test/
H A DTestBatteryDefender.cpp59 bool ReadFileToString(const std::string &path, std::string *content, bool follow_symlinks) { in ReadFileToString() function
/aosp12/frameworks/native/cmds/dumpstate/tests/
H A Ddumpstate_test.cpp139 void ReadFileToString(const std::string& path, std::string* content) { in ReadFileToString() function in android::os::dumpstate::DumpstateBaseTest