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

  /external/chromium_org/courgette/
courgette.h 79 // writes the transformed ensemble to |new_file_name|.
85 const base::FilePath::CharType* new_file_name);
ensemble_apply.cc 383 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);
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
trace_impl.cc 530 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/
profile_info_cache.cc 637 std::string new_file_name; local
648 new_file_name =
650 base::FilePath image_path = path.AppendASCII(new_file_name);
657 info->SetString(kGAIAPictureFileNameKey, new_file_name);
    [all...]

Completed in 85 milliseconds