Home
last modified time | relevance | path

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

/external/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()
/external/python/cpython3/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:
1600 doc = parse(tstfile)
1611 doc = parse(tstfile)
/external/python/cpython2/Lib/test/
Dtest_minidom.py17 tstfile = findfile("test.xml", subdir="xmltestdata") variable
64 dom = parse(StringIO(open(tstfile).read()))
69 dom = parse(tstfile)
148 dom = parse(tstfile)
211 dom = parse(tstfile)
218 dom = parse(tstfile)
/external/libxml2/
Dnanoftp.c2076 char *tstfile = NULL; in main() local
2087 tstfile = argv[2]; in main()
2095 xmlNanoFTPList(ctxt, ftpList, NULL, tstfile); in main()
2098 if (xmlNanoFTPGet(ctxt, ftpData, (void *) output, tstfile) < 0) in main()