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

  /external/bison/lib/
error.c 341 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/
courgette.h 77 // Applies the patch in |patch_file_name| to the bytes in |old_file_name| and
82 Status ApplyEnsemblePatch(const base::FilePath::CharType* old_file_name,
ensemble_apply.cc 378 Status ApplyEnsemblePatch(const base::FilePath::CharType* old_file_name,
397 base::FilePath old_file_path(old_file_name);
  /ndk/sources/host-tools/sed-4.2.1/lib/
error.c 278 static const char *old_file_name;
282 && (file_name == old_file_name
283 || strcmp (old_file_name, file_name) == 0))
287 old_file_name = file_name;
277 static const char *old_file_name; local
  /external/chromium_org/chrome/browser/profiles/
profile_info_cache.cc 582 std::string old_file_name; local
584 kGAIAPictureFileNameKey, &old_file_name);
589 if (!old_file_name.empty()) {
590 base::FilePath image_path = path.AppendASCII(old_file_name);
604 old_file_name.empty() ? kGAIAPictureFileName : old_file_name;
  /external/chromium/base/
file_util_unittest.cc 324 FilePath old_file_name = local
326 CreateTextFile(old_file_name, L"Just call me Mr. Creakybits");
    [all...]

Completed in 563 milliseconds