HomeSort by relevance Sort by last modified time
    Searched defs:WriteStringToFile (Results 1 - 5 of 5) sorted by null

  /external/skia/tools/copyright/
main.py 62 WriteStringToFile(new_file_contents, filepath)
92 def WriteStringToFile(string, filepath):
  /system/core/crash_reporter/
unclean_shutdown_collector_test.cc 74 void WriteStringToFile(const FilePath &file_path,
kernel_collector_test.cc 50 void WriteStringToFile(const FilePath &file_path,
99 WriteStringToFile(kcrash_file(),
105 WriteStringToFile(kcrash_file(), "====1.1\nsomething");
110 WriteStringToFile(kcrash_file(), "\x01\x02\xfe\xff random blob");
125 WriteStringToFile(kcrash_file(), "");
258 WriteStringToFile(kcrash_file(), "====1.1\nsomething");
  /external/protobuf/src/google/protobuf/testing/
file.cc 85 bool File::WriteStringToFile(const string& contents, const string& name) {
  /system/core/base/
file.cpp 84 bool WriteStringToFile(const std::string& content, const std::string& path,
89 ALOGE("android::WriteStringToFile open failed: %s", strerror(errno));
96 ALOGE("android::WriteStringToFile fchmod failed: %s", strerror(errno));
100 ALOGE("android::WriteStringToFile fchown failed: %s", strerror(errno));
104 ALOGE("android::WriteStringToFile write failed: %s", strerror(errno));
112 bool WriteStringToFile(const std::string& content, const std::string& path) {

Completed in 869 milliseconds