Home
last modified time | relevance | path

Searched refs:new_file_path (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/content/browser/download/
Ddrag_download_util.cc62 base::FilePath new_file_path; in CreateFileForDrop() local
64 new_file_path = *file_path; in CreateFileForDrop()
72 new_file_path = file_path->InsertBeforeExtension(suffix); in CreateFileForDrop()
79 new_file_path, base::File::FLAG_CREATE | base::File::FLAG_WRITE); in CreateFileForDrop()
81 *file_path = new_file_path; in CreateFileForDrop()
Dbase_file_unittest.cc389 base::FilePath new_file_path(temp_dir_.path().Append( in TEST_F() local
392 ASSERT_TRUE(base::CopyFile(base_file_->full_path(), new_file_path)); in TEST_F()
395 BaseFile second_file(new_file_path, in TEST_F()
/external/chromium_org/chrome/browser/ui/libgtk2ui/
Dapp_indicator_icon.cc197 base::FilePath new_file_path; in CreateTempImageFile() local
203 new_file_path = GetImageDirectoryPath(using_kde4, tmp_dir); in CreateTempImageFile()
204 if (new_file_path != tmp_dir) { in CreateTempImageFile()
205 if (!base::CreateDirectory(new_file_path)) in CreateTempImageFile()
209 new_file_path = previous_file_path.DirName(); in CreateTempImageFile()
212 new_file_path = new_file_path.Append(using_kde4 ? in CreateTempImageFile()
217 base::WriteFile(new_file_path, in CreateTempImageFile()
222 return new_file_path; in CreateTempImageFile()
/external/chromium_org/tools/strict_enum_value_checker/
Dstrict_enum_value_checker_test.py143 def _PrepareTest(self, new_file_path): argument
145 if not new_file_path:
148 new_contents = self._ReadTextFileContents(new_file_path)
157 def _RunTest(self, new_file_path): argument
158 input_api, output_api = self._PrepareTest(new_file_path)
165 results = self._RunTest(new_file_path=None)
/external/chromium_org/net/test/spawned_test_server/
Dbase_test_server.cc248 std::string new_file_path = original_file_path; in GetFilePathWithReplacements() local
261 new_file_path += "?"; in GetFilePathWithReplacements()
264 new_file_path += "&"; in GetFilePathWithReplacements()
266 new_file_path += "replace_text="; in GetFilePathWithReplacements()
267 new_file_path += base64_old; in GetFilePathWithReplacements()
268 new_file_path += ":"; in GetFilePathWithReplacements()
269 new_file_path += base64_new; in GetFilePathWithReplacements()
272 *replacement_path = new_file_path; in GetFilePathWithReplacements()
/external/owasp/sanitizer/tools/
Dcut_release.py176 for new_file_path in new_file_paths:
177 mime_type = mime_type_from_path(new_file_path)
179 print "svn propset svn:mime-type '%s' '%s'" % (mime_type, new_file_path)
/external/chromium_org/courgette/third_party/
Dbsdiff_apply.cc176 const base::FilePath& new_file_path) { in ApplyBinaryPatch() argument
204 new_file_path, in ApplyBinaryPatch()
/external/chromium_org/chrome/browser/chromeos/drive/
Dchange_list_loader_unittest.cc299 base::FilePath new_file_path = in TEST_F() local
303 metadata_->GetResourceEntryByPath(new_file_path, &entry)); in TEST_F()
/external/chromium_org/courgette/
Densemble_apply.cc417 base::FilePath new_file_path(new_file_name); in ApplyEnsemblePatch() local
420 new_file_path, in ApplyEnsemblePatch()