Searched refs:WriteFileAtomically (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/base/android/
H A Dimportant_file_writer_android.cc17 static jboolean WriteFileAtomically(JNIEnv* env, function in namespace:base::android
31 bool result = base::ImportantFileWriter::WriteFileAtomically(
/external/chromium_org/base/files/
H A Dimportant_file_writer.cc50 bool ImportantFileWriter::WriteFileAtomically(const FilePath& path, function in class:base::ImportantFileWriter
131 WriteFileAtomically(path_, data);
176 Bind(&ImportantFileWriter::WriteFileAtomically, path_, data)),
183 Bind(IgnoreResult(&ImportantFileWriter::WriteFileAtomically),
H A Dimportant_file_writer.h57 static bool WriteFileAtomically(const FilePath& path,
/external/chromium_org/remoting/host/
H A Djson_host_config.cc40 return base::ImportantFileWriter::WriteFileAtomically(filename_,
H A Dpairing_registry_delegate_linux.cc127 if (!base::ImportantFileWriter::WriteFileAtomically(pairing_file,
/external/chromium_org/components/feedback/
H A Dfeedback_report.cc32 base::ImportantFileWriter::WriteFileAtomically(file, data);
/external/chromium_org/chrome/browser/
H A Dsxs_linux.cc82 return base::ImportantFileWriter::WriteFileAtomically(
/external/chromium_org/rlz/chromeos/lib/
H A Drlz_value_store_chromeos.cc241 if (!base::ImportantFileWriter::WriteFileAtomically(store_path_, json_data))
/external/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_custom_dictionary.cc123 base::ImportantFileWriter::WriteFileAtomically(path, content.str());
/external/chromium_org/ui/gfx/
H A Dicon_util.cc520 return base::ImportantFileWriter::WriteFileAtomically(icon_path, data);

Completed in 249 milliseconds