Home
last modified time | relevance | path

Searched refs:newfile1 (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Dutils.py213 newfile1 = """
245 self._testeditfile({'HELLO': ('newvalue', None, 4, True)}, newfile1)
/openbmc/linux/net/
H A Dsocket.c1740 struct file *newfile1, *newfile2; in __sys_socketpair() local
1802 newfile1 = sock_alloc_file(sock1, flags, NULL); in __sys_socketpair()
1803 if (IS_ERR(newfile1)) { in __sys_socketpair()
1804 err = PTR_ERR(newfile1); in __sys_socketpair()
1812 fput(newfile1); in __sys_socketpair()
1818 fd_install(fd1, newfile1); in __sys_socketpair()