Loading libutils/file.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,8 @@ #include <sys/stat.h> #include <sys/types.h> #include <utils/Compat.h> // For TEMP_FAILURE_RETRY on Darwin. bool android::ReadFileToString(const std::string& path, std::string* content) { content->clear(); Loading Loading
libutils/file.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,8 @@ #include <sys/stat.h> #include <sys/types.h> #include <utils/Compat.h> // For TEMP_FAILURE_RETRY on Darwin. bool android::ReadFileToString(const std::string& path, std::string* content) { content->clear(); Loading