Searched defs:CreateTextFile (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/installer/util/
H A Ddelete_tree_work_item_unittest.cc33 void CreateTextFile(const std::wstring& filename, function in namespace:__anon5758
66 CreateTextFile(file_name_delete_1.value(), text_content_1);
71 CreateTextFile(file_name_delete_2.value(), text_content_1);
118 CreateTextFile(file_name_delete_1.value(), text_content_1);
123 CreateTextFile(file_name_delete_2.value(), text_content_1);
168 CreateTextFile(file_name_delete_1.value(), text_content_1);
173 CreateTextFile(file_name_delete_2.value(), text_content_1);
H A Dduplicate_tree_detector_unittest.cc27 void CreateTextFile(const std::string& filename, function in class:__anon5759::DuplicateTreeDetectorTest
47 CreateTextFile(f1.MaybeAsASCII(), text_content_1_);
57 CreateTextFile(f2.MaybeAsASCII(), text_content_2_);
96 CreateTextFile(new_file.MaybeAsASCII(), text_content_1_);
110 CreateTextFile(new_file.MaybeAsASCII(), text_content_1_);
125 CreateTextFile(existing_file.MaybeAsASCII(), text_content_3_);
142 CreateTextFile(source_file.MaybeAsASCII(), text_content_1_);
152 CreateTextFile(other_file.MaybeAsASCII(), text_content_2_);
H A Dcopy_tree_work_item_unittest.cc40 void CreateTextFile(const std::wstring& filename, function in namespace:__anon5750
83 CreateTextFile(file_name_from.value(), text_content_1);
123 CreateTextFile(file_name_from.value(), text_content_1);
134 CreateTextFile(file_name_to.value(), text_content_2);
193 CreateTextFile(file_name_from.value(), text_content_1);
204 CreateTextFile(file_name_to.value(), text_content_1);
274 CreateTextFile(file_name_from.value(), text_content_1);
285 CreateTextFile(file_name_to.value(), text_content_2);
326 CreateTextFile(file_name_from.value(), text_content_1);
405 CreateTextFile(file_name_fro
[all...]
H A Dmove_tree_work_item_unittest.cc34 void CreateTextFile(const std::wstring& filename, function in namespace:__anon5784
74 CreateTextFile(from_file.value(), kTextContent1);
123 CreateTextFile(from_file.value(), kTextContent1);
134 CreateTextFile(orig_to_file.value(), kTextContent2);
177 CreateTextFile(from_file.value(), kTextContent1);
218 CreateTextFile(from_file.value(), kTextContent1);
229 CreateTextFile(to_file.value(), kTextContent2);
266 CreateTextFile(from_file.value(), kTextContent1);
343 CreateTextFile(to_file.value(), kTextContent1);
405 CreateTextFile(from_fil
[all...]
H A Dinstaller_state_unittest.cc68 void CreateTextFile(const std::wstring& filename, function
124 CreateTextFile(chrome_dll_1.value(), text_content_1);
129 CreateTextFile(chrome_dll_2.value(), text_content_1);
134 CreateTextFile(chrome_dll_3.value(), text_content_1);
139 CreateTextFile(chrome_dll_4.value(), text_content_1);
190 CreateTextFile(chrome_dll_1.value(), text_content_1);
195 CreateTextFile(chrome_dll_2.value(), text_content_1);
204 CreateTextFile(chrome_othera_2.value(), text_content_2);
209 CreateTextFile(chrome_otherb_2.value(), text_content_2);
214 CreateTextFile(chrome_dll_
[all...]
/external/chromium_org/testing/gtest/test/
H A Dgtest-filepath_test.cc535 void CreateTextFile(const char* filename) { function in class:testing::internal::__anon10870::DirectoryCreationTest
571 CreateTextFile(file_path.c_str());
578 CreateTextFile(file_path2.c_str());
584 CreateTextFile(testdata_file_.c_str());
/external/gtest/test/
H A Dgtest-filepath_test.cc535 void CreateTextFile(const char* filename) { function in class:testing::internal::__anon21602::DirectoryCreationTest
571 CreateTextFile(file_path.c_str());
578 CreateTextFile(file_path2.c_str());
584 CreateTextFile(testdata_file_.c_str());
/external/protobuf/gtest/test/
H A Dgtest-filepath_test.cc465 void CreateTextFile(const char* filename) { function in class:testing::internal::__anon28906::DirectoryCreationTest
501 CreateTextFile(file_path.c_str());
508 CreateTextFile(file_path2.c_str());
514 CreateTextFile(testdata_file_.c_str());
/external/chromium_org/base/files/
H A Dfile_util_unittest.cc226 void CreateTextFile(const FilePath& filename, function in namespace:base::__anon2262
259 CreateTextFile(file_01, L"12345678901234567890");
268 CreateTextFile(file_02, L"123456789012345678901234567890");
277 CreateTextFile(file_03, L"123");
296 CreateTextFile(file_a_path, bogus_content);
300 CreateTextFile(file_b_path, bogus_content);
335 CreateTextFile(file_txt, bogus_content);
361 CreateTextFile(deep_file, bogus_content);
553 CreateTextFile(link_to, bogus_content);
590 CreateTextFile(link_t
[all...]

Completed in 310 milliseconds