Home
last modified time | relevance | path

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

/system/testing/gtest_extras/gtest_isolated/
DOptions.cpp218 static bool ReadFileToString(const std::string& file, std::string* contents) { in ReadFileToString() function
/system/libbase/
Dfile.cpp247 bool ReadFileToString(const std::string& path, std::string* content, bool follow_symlinks) { in ReadFileToString() function