Searched defs:AppendToFile (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_file_helper.cc125 void AppendToFile(const base::FilePath& path, const std::string& content) { function in namespace:__anon4701
129 file_util::AppendToFile(path, content.c_str(), content.length());
274 Bind(&AppendToFile, it->second, content));
H A Ddevtools_window.cc942 void DevToolsWindow::AppendToFile(const std::string& url, function in class:DevToolsWindow
/external/chromium_org/base/
H A Dfile_util_win.cc500 int AppendToFile(const FilePath& filename, const char* data, int size) { function in namespace:file_util
H A Dfile_util_posix.cc658 int AppendToFile(const FilePath& filename, const char* data, int size) { function in namespace:file_util

Completed in 90 milliseconds