Home
last modified time | relevance | path

Searched refs:oldfile (Results 1 – 11 of 11) sorted by relevance

/external/libmtp/examples/
Dfiletree.c55 LIBMTP_file_t *oldfile; in recursive_file_tree() local
66 oldfile = file; in recursive_file_tree()
68 LIBMTP_destroy_file_t(oldfile); in recursive_file_tree()
/external/skia/tools/
Djsondiff.py153 def GenerateDiffDict(self, oldfile, newfile=None): argument
161 return self.GenerateDiffDictFromStrings(self._GetFileContentsAsString(oldfile),
195 diffs = differ.GenerateDiffDict(oldfile=args.old, newfile=args.new)
/external/ltp/utils/ffsb-6.0-rc2/
Dfilelist.c123 struct ffsb_file *newfile, *oldfile = NULL; in add_file() local
140 oldfile = cl_remove_head(b->holes); in add_file()
141 rbtree_insert(b->files, oldfile); in add_file()
142 rw_lock_write(&oldfile->lock); in add_file()
156 if (oldfile == NULL) { in add_file()
177 return oldfile; in add_file()
/external/vboot_reference/futility/
Dcmd_vbutil_kernel.c220 char *oldfile = NULL; in do_vbutil_kernel() local
308 oldfile = optarg; in do_vbutil_kernel()
478 if (!oldfile) in do_vbutil_kernel()
482 kpart_data = ReadOldKPartFromFileOrDie(oldfile, &kpart_size); in do_vbutil_kernel()
487 Fatal("%s is not a kernel blob\n", oldfile); in do_vbutil_kernel()
/external/syslinux/extlinux/
Dmain.c513 char *file, *oldfile, *c32file; in ext2_fat_install_file() local
519 r2 = asprintf(&oldfile, "%s%sextlinux.sys", in ext2_fat_install_file()
523 if (r1 < 0 || !file || r2 < 0 || !oldfile || r3 < 0 || !c32file) { in ext2_fat_install_file()
562 fd = open(oldfile, O_RDONLY); in ext2_fat_install_file()
566 unlink(oldfile); in ext2_fat_install_file()
584 free(oldfile); in ext2_fat_install_file()
595 free(oldfile); in ext2_fat_install_file()
/external/libxml2/python/
Dgenerator.py944 oldfile = ""
947 if file != oldfile:
950 oldfile = file
1078 oldfile = ""
1087 if file != oldfile:
1097 oldfile = file
/external/libmojo/build/android/gyp/util/
Dbuild_utils.py119 with open(path, 'r') as oldfile:
120 old_dump = oldfile.read()
/external/python/cpython2/Lib/msilib/
D__init__.py291 oldfile = file
304 if len(parts) < 3 and len(prefix) <= 8 and file == oldfile and (
/external/ply/ply/ply/
Dcpp.py660 oldfile = self.macros['__FILE__']
663 self.macros['__FILE__'] = oldfile
/external/python/cpython2/Lib/test/
Dtest_warnings.py566 oldfile = globals_dict['__file__']
576 globals_dict['__file__'] = oldfile
/external/elfutils/src/
Dldgeneric.c644 struct usedfiles *oldfile; in check_definition() local
674 oldfile = oldp->file; in check_definition()
675 xelf_getsymshndx (oldfile->symtabdata, oldfile->xndxdata, oldp->symidx, in check_definition()
681 scnname = elf_strptr (oldfile->elf, in check_definition()
682 oldfile->shstrndx, in check_definition()
683 SCNINFO_SHDR (oldfile->scninfo[shndx].shdr).sh_name); in check_definition()
689 print_file_name (stderr, oldfile, 1, 0); in check_definition()