Home
last modified time | relevance | path

Searched refs:oldfile (Results 1 – 12 of 12) 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.py154 def GenerateDiffDict(self, oldfile, newfile=None): argument
163 self._GetFileContentsAsString(oldfile),
197 diffs = differ.GenerateDiffDict(oldfile=args.old, newfile=args.new)
/external/skqp/tools/
Djsondiff.py154 def GenerateDiffDict(self, oldfile, newfile=None): argument
163 self._GetFileContentsAsString(oldfile),
197 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/libxml2/python/
Dgenerator.py944 oldfile = ""
947 if file != oldfile:
950 oldfile = file
1078 oldfile = ""
1087 if file != oldfile:
1097 oldfile = file
/external/libchrome/build/android/gyp/util/
Dbuild_utils.py125 with open(path, 'r') as oldfile:
126 old_dump = oldfile.read()
/external/python/cpython3/Lib/msilib/
D__init__.py288 oldfile = file
301 if len(parts) < 3 and len(prefix) <= 8 and file == oldfile and (
/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.py667 oldfile = self.macros['__FILE__']
670 self.macros['__FILE__'] = oldfile
/external/python/cpython2/Lib/test/
Dtest_warnings.py570 oldfile = globals_dict['__file__']
580 globals_dict['__file__'] = oldfile
/external/python/cpython3/Lib/test/test_warnings/
D__init__.py805 oldfile = globals_dict['__file__']
815 globals_dict['__file__'] = oldfile