Searched refs:oldfile (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/parse/parse_py/ |
| H A D | BBHandler.py | 110 oldfile = d.getVar('FILE', False) 112 oldfile = None 120 if ext != ".bbclass" and abs_fn != oldfile: 138 if ext != ".bbclass" and oldfile and abs_fn != oldfile: 139 d.setVar("FILE", oldfile)
|
| H A D | ConfHandler.py | 114 oldfile = None 116 oldfile = data.getVar('FILE', False) 152 if oldfile: 153 data.setVar('FILE', oldfile)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/syslinux/syslinux/ |
| H A D | 0003-linux-syslinux-implement-install_to_ext2.patch | 55 + const char *oldfile = "extlinux.sys"; 91 + retval = ext2fs_namei(e2fs, root, cwd, oldfile, &oldino); 93 + retval = ext2fs_unlink(e2fs, cwd, oldfile, oldino, 0); 96 + program, oldfile);
|
| /OK3568_Linux_fs/buildroot/package/bsdiff/ |
| H A D | 0002-bspatch-adaption-to-embedded-system.patch | 33 - if(argc!=4) errx(1,"usage: %s oldfile newfile patchfile\n",argv[0]); 36 + if(argc!=4 && argc!=5) errx(1,"usage: %s oldfile newfile patchfile\n" 50 + errx(1, "oldfile shall be regular file or block device,\n" 69 + //if oldfile is a block device, get oldsize from arg
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | bloat-o-meter | 44 def calc(oldfile, newfile, format): argument 45 old = getsizes(oldfile, format)
|
| H A D | checkpatch.pl | 1063 my $oldfile = $file; 1109 $file = $oldfile if ($is_git_file);
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/ |
| H A D | upgrade.py | 69 for oldfile in files: 70 if oldfile.endswith('.inc'): 71 if oldfile.find(oldpv) != -1: 72 newfile = oldfile.replace(oldpv, newpv) 73 if oldfile != newfile: 74 bb.utils.rename(os.path.join(path, oldfile),
|
| H A D | standard.py | 2197 for oldfile, newfile, newfileshow in comparelist: 2198 if oldfile: 2199 with open(oldfile, 'r') as f: 2202 oldfile = '/dev/null' 2208 diff = difflib.unified_diff(oldlines, newlines, oldfile, newfileshow)
|
| /OK3568_Linux_fs/kernel/drivers/dma-buf/ |
| H A D | dma-buf.c | 1372 struct file *oldfile; in dma_buf_mmap() local 1393 oldfile = vma->vm_file; in dma_buf_mmap() 1400 vma->vm_file = oldfile; in dma_buf_mmap() 1403 if (oldfile) in dma_buf_mmap() 1404 fput(oldfile); in dma_buf_mmap()
|