Home
last modified time | relevance | path

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

/external/libcups/scheduler/
Dfile.c89 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/
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.py1040 oldfile = ""
1043 if file != oldfile:
1046 oldfile = file
1174 oldfile = ""
1183 if file != oldfile:
1193 oldfile = file
/external/cronet/build/android/gyp/util/
Dbuild_utils.py106 with open(path, 'r') as oldfile:
107 old_dump = oldfile.read()
/external/angle/build/android/gyp/util/
Dbuild_utils.py107 with open(path, 'r') as oldfile:
108 old_dump = oldfile.read()
/external/libchrome/build/android/gyp/util/
Dbuild_utils.py114 with open(path, 'r') as oldfile:
115 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/pycparser/pycparser/ply/
Dcpp.py658 oldfile = self.macros['__FILE__']
661 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__.py771 oldfile = globals_dict['__file__']
781 globals_dict['__file__'] = oldfile
/external/ltp/scripts/
Dcheckpatch.pl1239 my $oldfile = $file;
1285 $file = $oldfile if ($is_git_file);