HomeSort by relevance Sort by last modified time
    Searched full:file_util (Results 701 - 725 of 1598) sorted by null

<<21222324252627282930>>

  /external/chromium_org/chrome/browser/extensions/
sandboxed_unpacker.cc 12 #include "base/file_util.h"
134 if (file_util::WriteFile(temp_file, ".", 1) != 1)
628 if (file_util::WriteFile(manifest_path, manifest_json.data(), size) != size) {
741 if (file_util::WriteFile(path, image_data_ptr, size) != size) {
809 if (file_util::WriteFile(path, catalog_json.c_str(), size) != size) {
  /external/chromium_org/ui/base/resource/
resource_bundle_unittest.cc 8 #include "base/file_util.h"
362 EXPECT_EQ(file_util::WriteFile(locale_path, kEmptyPakContents,
389 ASSERT_EQ(file_util::WriteFile(data_path, kEmptyPakContents,
414 ASSERT_EQ(file_util::WriteFile(data_path, kSamplePakContents,
416 ASSERT_EQ(file_util::WriteFile(data_2x_path, kSamplePakContents2x,
  /external/chromium/chrome/browser/download/
download_item.cc 8 #include "base/file_util.h"
57 if (!file_util::DirectoryExists(path))
58 file_util::Delete(path, false);
  /external/chromium/chrome/browser/sync/util/
user_settings.cc 20 #include "base/file_util.h"
130 file_util::AbsolutePath(&dst_syncdata_path);
133 if (!file_util::Move(src_syncdata_path, dst_syncdata_path)) {
  /external/chromium/chrome/browser/ui/gtk/
dialogs_gtk.cc 9 #include "base/file_util.h"
104 // Wrapper for file_util::DirectoryExists() that allow access on the UI
345 return file_util::DirectoryExists(path);
  /external/chromium/chrome/browser/ui/webui/
gpu_internals_ui.cc 13 #include "base/file_util.h"
307 if (!file_util::ReadFileToString(path_, file_contents))
333 if (!file_util::WriteFile(path_, contents_->c_str(), contents_->size()))
  /external/chromium_org/base/json/
json_value_serializer_unittest.cc 7 #include "base/file_util.h"
121 file_util::WriteFile(temp_file, kProperJSON, strlen(kProperJSON)));
145 file_util::WriteFile(temp_file,
  /external/chromium_org/base/memory/
shared_memory_posix.cc 14 #include "base/file_util.h"
33 using file_util::ScopedFD;
34 using file_util::ScopedFILE;
  /external/chromium_org/chrome/browser/chromeos/
boot_times_loader.cc 11 #include "base/file_util.h"
128 // TODO(satorux): Move this to file_util.
212 file_util::WriteFile(
  /external/chromium_org/chrome/browser/devtools/
devtools_file_helper.cc 12 #include "base/file_util.h"
125 file_util::WriteFile(path, content.c_str(), content.length());
132 file_util::AppendToFile(path, content.c_str(), content.length());
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
picasa_file_util_unittest.cc 10 #include "base/file_util.h"
52 return file_util::WriteFile(path, kJpegHeader, arraysize(kJpegHeader)) != -1;
87 if (file_util::WriteFile(path, NULL, 0) == -1)
  /external/chromium_org/chrome/test/perf/
startup_test.cc 6 #include "base/file_util.h"
140 EXPECT_TRUE(file_util::WriteFile(pref_path, prefs_string.c_str(),
142 file_util::EvictFileFromSystemCache(pref_path);
  /external/chromium_org/content/browser/
child_process_launcher.cc 11 #include "base/file_util.h"
236 file_util::ScopedFD ipcfd_closer(&ipcfd);
327 file_util::ScopedFD ipcfd_closer(&ipcfd_);
  /external/chromium_org/content/common/gpu/media/
video_encode_accelerator_unittest.cc 8 #include "base/file_util.h"
222 EXPECT_EQ(0, file_util::WriteFile(out_filename, NULL, 0));
380 EXPECT_EQ(file_util::AppendToFile(
  /external/chromium/chrome/browser/history/
history_backend_unittest.cc 10 #include "base/file_util.h"
152 if (!file_util::CreateNewTempDirectory(FILE_PATH_LITERAL("BackendTest"),
165 file_util::Delete(test_dir_, true);
792 file_util::Delete(new_history_path, true);
793 file_util::CreateDirectory(new_history_path);
795 ASSERT_TRUE(file_util::CopyFile(old_history_path, new_history_file));
    [all...]
history_database.cc 12 #include "base/file_util.h"
43 if (!file_util::GetFileSize(history_name, &file_size))
history_querying_unittest.cc 8 #include "base/file_util.h"
92 ASSERT_TRUE(file_util::CreateDirectory(history_dir_));
text_database_unittest.cc 7 #include "base/file_util.h"
111 file_util::Delete(db->file_name(), false);
  /external/chromium/chrome/browser/
jumplist_win.cc 17 #include "base/file_util.h"
253 if (!file_util::CreateTemporaryFileInDir(icon_dir, &path))
529 if (file_util::PathExists(icon_dir_old))
530 file_util::Delete(icon_dir_old, true);
531 file_util::Move(icon_dir_, icon_dir_old);
532 file_util::CreateDirectory(icon_dir_);
browser_encoding_uitest.cc 6 #include "base/file_util.h"
30 ASSERT_TRUE(file_util::PathExists(expected_result_filepath));
file_select_helper.cc 9 #include "base/file_util.h"
145 if (file_util::FileEnumerator::IsDirectory(data.info))
  /external/chromium/chrome/browser/ui/views/
shell_dialogs_win.cc 15 #include "base/file_util.h"
49 std::wstring file_extension(file_util::GetFileExtensionFromPath(filename));
326 suggested_ext = file_util::GetFileExtensionFromPath(suggested_name);
822 file_util::ResolveShortcut(path);
    [all...]
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_custom_dictionary_unittest.cc 7 #include "base/file_util.h"
254 file_util::WriteFile(path, content.c_str(), content.length());
267 file_util::WriteFile(path, content.c_str(), content.length());
285 file_util::WriteFile(path, content.c_str(), content.length());
302 file_util::WriteFile(path, content.c_str(), content.length());
315 file_util::WriteFile(path, content.c_str(), content.length());
    [all...]
  /external/chromium/chrome/browser/chromeos/
plugin_selection_policy_unittest.cc 11 #include "base/file_util.h"
89 size_t bytes_written = file_util::WriteFile(policy_file,
  /external/chromium/chrome/browser/first_run/
first_run_win.cc 14 #include "base/file_util.h"
159 FILE *file = file_util::CreateAndOpenTemporaryFile(eula_path);

Completed in 2465 milliseconds

<<21222324252627282930>>