Searched refs:new_file_name (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/courgette/
H A Dcourgette.h79 // writes the transformed ensemble to |new_file_name|.
85 const base::FilePath::CharType* new_file_name);
H A Densemble_apply.cc383 const base::FilePath::CharType* new_file_name) {
416 // Write the patched data to |new_file_name|.
417 base::FilePath new_file_path(new_file_name);
381 ApplyEnsemblePatch(const base::FilePath::CharType* old_file_name, const base::FilePath::CharType* patch_file_name, const base::FilePath::CharType* new_file_name) argument
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dtrace_impl.cc530 char new_file_name[FileWrapper::kMaxFileNameSize]; local
539 UpdateFileName(old_file_name, new_file_name, file_count_text_);
541 if (trace_file_.OpenFile(new_file_name, false, false,
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_info_cache.cc642 std::string new_file_name; local
653 new_file_name =
655 base::FilePath image_path = path.AppendASCII(new_file_name);
662 info->SetString(kGAIAPictureFileNameKey, new_file_name);

Completed in 2636 milliseconds