Home
last modified time | relevance | path

Searched refs:childfile (Results 1 - 2 of 2) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/fork/
H A Dfork09.c58 static char filname[40], childfile[40]; variable
126 sprintf(childfile, "cfile.%d", getpid()); in main()
127 fildeses[nfiles] = fopen(childfile, "a"); in main()
131 childfile, errno); in main()
136 unlink(childfile); in main()
/third_party/python/Lib/test/
H A Dtest_posix.py1894 with open(dupfile, "wb") as childfile:
1896 (os.POSIX_SPAWN_DUP2, childfile.fileno(), 1),

Completed in 4 milliseconds