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

  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
sampling_test.cc 58 static void WriteStringToFile(const string& s, const string& filename) {
75 WriteStringToFile(s, string(argv[1]) + ".heap");
79 WriteStringToFile(s, string(argv[1]) + ".growth");
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
sampling_test.cc 58 static void WriteStringToFile(const string& s, const string& filename) {
75 WriteStringToFile(s, string(argv[1]) + ".heap");
79 WriteStringToFile(s, string(argv[1]) + ".growth");
  /external/chromium_org/chrome/browser/chromeos/file_manager/
external_filesystem_apitest.cc 107 if (!google_apis::test_util::WriteStringToFile(test_file, kTestFileContent))
111 if (!google_apis::test_util::WriteStringToFile(test_file, kTestFileContent))
115 if (!google_apis::test_util::WriteStringToFile(test_file, kTestFileContent))
119 if (!google_apis::test_util::WriteStringToFile(test_file, kTestFileContent))
123 if (!google_apis::test_util::WriteStringToFile(test_file, ""))
  /external/chromium_org/chrome/browser/chromeos/drive/
fileapi_worker_unittest.cc 194 google_apis::test_util::WriteStringToFile(temp_path, kInitialData);
216 google_apis::test_util::WriteStringToFile(temp_path, kInitialData);
238 google_apis::test_util::WriteStringToFile(temp_path, kInitialData);
259 google_apis::test_util::WriteStringToFile(temp_path, kInitialData);
file_cache_unittest.cc 889 EXPECT_TRUE(google_apis::test_util::WriteStringToFile(src_file_path,
    [all...]
file_system_util_unittest.cc 300 EXPECT_TRUE(google_apis::test_util::WriteStringToFile(file, data));
job_scheduler_unittest.cc 961 ASSERT_TRUE(google_apis::test_util::WriteStringToFile(path, "Hello"));
    [all...]
sync_client_unittest.cc 176 ASSERT_TRUE(google_apis::test_util::WriteStringToFile(temp_file,
  /external/chromium_org/third_party/leveldatabase/src/util/
env.cc 58 Status WriteStringToFile(Env* env, const Slice& data,
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
copy_operation_unittest.cc 42 google_apis::test_util::WriteStringToFile(local_src_path, "hello"));
91 google_apis::test_util::WriteStringToFile(local_src_path,
get_file_for_saving_operation_unittest.cc 114 google_apis::test_util::WriteStringToFile(local_path, "hello");
update_operation_unittest.cc 40 google_apis::test_util::WriteStringToFile(kTestFile, kTestFileContent);
143 google_apis::test_util::WriteStringToFile(kTestFile, kTestFileContent);
download_operation_unittest.cc 119 ASSERT_TRUE(google_apis::test_util::WriteStringToFile(tmp_file, content));
418 google_apis::test_util::WriteStringToFile(dirty_file,
  /external/chromium_org/google_apis/drive/
test_util.cc 58 bool WriteStringToFile(const base::FilePath& file_path,
78 return WriteStringToFile(*path, *data);
gdata_wapi_requests_unittest.cc     [all...]
drive_api_requests_unittest.cc     [all...]
test_util.h 66 bool WriteStringToFile(const base::FilePath& file_path,
  /external/chromium_org/third_party/leveldatabase/src/include/leveldb/
env.h 263 extern Status WriteStringToFile(Env* env, const Slice& data,
  /external/chromium_org/chrome/browser/drive/
drive_api_util_unittest.cc 325 ASSERT_TRUE(google_apis::test_util::WriteStringToFile(path, kTestData));
fake_drive_service_unittest.cc     [all...]
fake_drive_service.cc 718 if (test_util::WriteStringToFile(local_cache_path, content_data)) {
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/db/
corruption_test.cc 172 s = WriteStringToFile(Env::Default(), contents, fname);

Completed in 153 milliseconds