Searched refs:oldfile (Results 1 – 12 of 12) sorted by relevance
/external/libmtp/examples/ |
D | filetree.c | 55 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/ |
D | jsondiff.py | 154 def GenerateDiffDict(self, oldfile, newfile=None): argument 163 self._GetFileContentsAsString(oldfile), 197 diffs = differ.GenerateDiffDict(oldfile=args.old, newfile=args.new)
|
/external/skqp/tools/ |
D | jsondiff.py | 154 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/ |
D | filelist.c | 123 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/ |
D | cmd_vbutil_kernel.c | 220 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/ |
D | generator.py | 944 oldfile = "" 947 if file != oldfile: 950 oldfile = file 1078 oldfile = "" 1087 if file != oldfile: 1097 oldfile = file
|
/external/libchrome/build/android/gyp/util/ |
D | build_utils.py | 125 with open(path, 'r') as oldfile: 126 old_dump = oldfile.read()
|
/external/python/cpython3/Lib/msilib/ |
D | __init__.py | 288 oldfile = file 301 if len(parts) < 3 and len(prefix) <= 8 and file == oldfile and (
|
/external/python/cpython2/Lib/msilib/ |
D | __init__.py | 291 oldfile = file 304 if len(parts) < 3 and len(prefix) <= 8 and file == oldfile and (
|
/external/ply/ply/ply/ |
D | cpp.py | 667 oldfile = self.macros['__FILE__'] 670 self.macros['__FILE__'] = oldfile
|
/external/python/cpython2/Lib/test/ |
D | test_warnings.py | 570 oldfile = globals_dict['__file__'] 580 globals_dict['__file__'] = oldfile
|
/external/python/cpython3/Lib/test/test_warnings/ |
D | __init__.py | 805 oldfile = globals_dict['__file__'] 815 globals_dict['__file__'] = oldfile
|