commit | 0bd2d116921ab46312cc4a37246a68d38447a72b | [log] [tgz] |
---|---|---|
author | Tommy Chiu <tommychiu@google.com> | Tue Mar 26 17:18:09 2019 +0800 |
committer | Tommy Chiu <tommychiu@google.com> | Tue Mar 26 17:38:13 2019 +0800 |
tree | ab18bf1b9b5ba31011a4f799dc03b5cad1e4f4aa | |
parent | 5b4f31125e1e53d359db086a3bf0857564675cdc [diff] [blame] |
vold: Introduce android::vold::writeStringToFile Remove static definition of writeStringToFile, and move it from KeyStorage to Utils Bug: 71810347 Change-Id: I38bfd27370ac2372e446dc699f518122e73c6877
diff --git a/Utils.h b/Utils.h index e9b1c32..af4e401 100644 --- a/Utils.h +++ b/Utils.h
@@ -146,6 +146,7 @@ bool FsyncDirectory(const std::string& dirname); +bool writeStringToFile(const std::string& payload, const std::string& filename); } // namespace vold } // namespace android