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

  /external/chromium_org/content/browser/download/
drag_download_util.cc 62 base::FilePath new_file_path; local
64 new_file_path = *file_path;
72 new_file_path = file_path->InsertBeforeExtension(suffix);
79 new_file_path, base::File::FLAG_CREATE | base::File::FLAG_WRITE);
81 *file_path = new_file_path;
base_file_unittest.cc 395 base::FilePath new_file_path(temp_dir_.path().Append(
398 ASSERT_TRUE(base::CopyFile(base_file_->full_path(), new_file_path));
401 BaseFile second_file(new_file_path,
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
app_indicator_icon.cc 197 base::FilePath new_file_path; local
203 new_file_path = GetImageDirectoryPath(using_kde4, tmp_dir);
204 if (new_file_path != tmp_dir) {
205 if (!base::CreateDirectory(new_file_path))
209 new_file_path = previous_file_path.DirName();
212 new_file_path = new_file_path.Append(using_kde4 ?
217 base::WriteFile(new_file_path,
222 return new_file_path;
  /external/chromium_org/tools/strict_enum_value_checker/
strict_enum_value_checker_test.py 143 def _PrepareTest(self, new_file_path):
145 if not new_file_path:
148 new_contents = self._ReadTextFileContents(new_file_path)
157 def _RunTest(self, new_file_path):
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/
base_test_server.cc 271 std::string new_file_path = original_file_path; local
284 new_file_path += "?";
287 new_file_path += "&";
289 new_file_path += "replace_text=";
290 new_file_path += base64_old;
291 new_file_path += ":";
292 new_file_path += base64_new;
295 *replacement_path = new_file_path;
  /external/chromium_org/courgette/third_party/
bsdiff_apply.cc 176 const base::FilePath& new_file_path) {
204 new_file_path,
  /external/owasp/sanitizer/tools/
cut_release.py 176 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/chrome/browser/chromeos/drive/
change_list_loader_unittest.cc 362 base::FilePath new_file_path = local
366 metadata_->GetResourceEntryByPath(new_file_path, &entry));
  /external/chromium_org/courgette/
ensemble_apply.cc 417 base::FilePath new_file_path(new_file_name);
420 new_file_path,

Completed in 523 milliseconds