Searched refs:tstfile (Results 1 – 4 of 4) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/rename/ |
D | rename04.c | 76 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/ |
D | test_pulldom.py | 12 tstfile = findfile("test.xml", subdir="xmltestdata") variable 35 handler = pulldom.parse(tstfile) 40 with open(tstfile, "rb") as fin:
|
D | test_minidom.py | 15 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/ |
D | cpython_mingw_v3.10.2.patch | 1889 tstfile = support.findfile("test.xml", subdir="xmltestdata")
|