Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dcbeb41a authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

am d558530b: Merge "Fix Windows build."

* commit 'd558530b':
  Fix Windows build.
parents 984e01e5 d558530b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -24,8 +24,11 @@ namespace android {

bool ReadFileToString(const std::string& path, std::string* content);
bool WriteStringToFile(const std::string& content, const std::string& path);

#if !defined(_WIN32)
bool WriteStringToFile(const std::string& content, const std::string& path,
                       mode_t mode, uid_t owner, gid_t group);
#endif

} // namespace android