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

  /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/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 78 // 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,
ensemble_apply.cc 381 Status ApplyEnsemblePatch(const base::FilePath::CharType* old_file_name,
400 base::FilePath old_file_path(old_file_name);
  /external/chromium_org/chrome/browser/profiles/
profile_info_cache.cc 631 std::string old_file_name; local
633 kGAIAPictureFileNameKey, &old_file_name);
638 if (!old_file_name.empty()) {
639 base::FilePath image_path = path.AppendASCII(old_file_name);
653 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 97 milliseconds