Searched refs:oldfile (Results 1 – 13 of 13) sorted by relevance
/external/libcups/scheduler/ |
D | file.c | 89 oldfile[1024]; /* filename.O */ in cupsdCloseCreatedConfFile() local 128 snprintf(oldfile, sizeof(oldfile), "%s.O", filename); in cupsdCloseCreatedConfFile() 130 if ((cupsdUnlinkOrRemoveFile(oldfile) && errno != ENOENT) || in cupsdCloseCreatedConfFile() 131 (rename(filename, oldfile) && errno != ENOENT) || in cupsdCloseCreatedConfFile() 224 char oldfile[1024]; /* filename.O */ in cupsdOpenConfFile() local 226 snprintf(oldfile, sizeof(oldfile), "%s.O", filename); in cupsdOpenConfFile() 227 fp = cupsFileOpen(oldfile, "r"); in cupsdOpenConfFile()
|
/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 | 1040 oldfile = "" 1043 if file != oldfile: 1046 oldfile = file 1174 oldfile = "" 1183 if file != oldfile: 1193 oldfile = file
|
/external/cronet/build/android/gyp/util/ |
D | build_utils.py | 106 with open(path, 'r') as oldfile: 107 old_dump = oldfile.read()
|
/external/angle/build/android/gyp/util/ |
D | build_utils.py | 107 with open(path, 'r') as oldfile: 108 old_dump = oldfile.read()
|
/external/libchrome/build/android/gyp/util/ |
D | build_utils.py | 114 with open(path, 'r') as oldfile: 115 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/pycparser/pycparser/ply/ |
D | cpp.py | 658 oldfile = self.macros['__FILE__'] 661 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 | 771 oldfile = globals_dict['__file__'] 781 globals_dict['__file__'] = oldfile
|
/external/ltp/scripts/ |
D | checkpatch.pl | 1239 my $oldfile = $file; 1285 $file = $oldfile if ($is_git_file);
|