Searched refs:old_file_name (Results 1 - 5 of 5) sorted by relevance

/external/bison/lib/
H A Derror.c341 static const char *old_file_name;
345 && (file_name == old_file_name
346 || strcmp (old_file_name, file_name) == 0))
350 old_file_name = file_name;
340 static const char *old_file_name; local
/external/chromium_org/courgette/
H A Dcourgette.h78 // Applies the patch in |patch_file_name| to the bytes in |old_file_name| and
83 Status ApplyEnsemblePatch(const base::FilePath::CharType* old_file_name,
H A Densemble_apply.cc381 Status ApplyEnsemblePatch(const base::FilePath::CharType* old_file_name, argument
400 base::FilePath old_file_path(old_file_name);
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dtrace_impl.cc529 char old_file_name[FileWrapper::kMaxFileNameSize]; local
533 trace_file_.FileName(old_file_name,
539 UpdateFileName(old_file_name, new_file_name, file_count_text_);
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_info_cache.cc639 std::string old_file_name; local
641 kGAIAPictureFileNameKey, &old_file_name);
646 if (!old_file_name.empty()) {
647 base::FilePath image_path = path.AppendASCII(old_file_name);
654 old_file_name.empty() ? profiles::kGAIAPictureFileName : old_file_name;

Completed in 1699 milliseconds