Home
last modified time | relevance | path

Searched refs:contentfile (Results 1 – 3 of 3) sorted by relevance

/external/ltp/testcases/kernel/syscalls/renameat2/
Drenameat202.c123 char *contentfile; in renameat2_verify() local
139 contentfile = TEST_DIR2 TEST_FILE2; in renameat2_verify()
142 contentfile = TEST_DIR TEST_FILE; in renameat2_verify()
145 fd = SAFE_OPEN(cleanup, contentfile, O_RDONLY); in renameat2_verify()
/external/python/cpython2/Tools/scripts/
Dtexi2html.py1715 self.contentfile = None
1763 contentfile = self.helpbase + '.hhc'
1782 print>>fp, 'Contents file=' + contentfile + ''
1792 print>>fp, ('main=,"' + contentfile + '","' + indexfile
1806 fp = open(contentfile,'w')
1826 print contentfile, ':', msg
/external/python/cpython3/Tools/scripts/
Dtexi2html.py1712 self.contentfile = None
1760 contentfile = self.helpbase + '.hhc'
1779 print('Contents file=' + contentfile + '', file=fp)
1789 print('main=,"' + contentfile + '","' + indexfile
1802 with open(contentfile, 'w') as fp:
1821 print(contentfile, ':', msg)