Home
last modified time | relevance | path

Searched refs:tstfile (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/rename/
Drename04.c76 char tstfile[40]; variable
148 sprintf(tstfile, "%s/tstfile_%d", mdir, getpid()); in setup()
162 SAFE_TOUCH(cleanup, tstfile, 0700, NULL); in setup()
/third_party/python/Lib/test/
Dtest_pulldom.py12 tstfile = findfile("test.xml", subdir="xmltestdata") variable
35 handler = pulldom.parse(tstfile)
40 with open(tstfile, "rb") as fin:
Dtest_minidom.py15 tstfile = support.findfile("test.xml", subdir="xmltestdata") variable
67 with open(tstfile, 'rb') as file:
73 with open(tstfile, 'r', encoding='iso-8859-1') as file:
79 dom = parse(tstfile)
158 dom = parse(tstfile)
221 dom = parse(tstfile)
228 dom = parse(tstfile)
234 with parse(tstfile) as dom:
1616 doc = parse(tstfile)
1627 doc = parse(tstfile)
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch1889 tstfile = support.findfile("test.xml", subdir="xmltestdata")