Lines Matching refs:docs_dir
57 def _make_docs_file(self, docs_dir: str, fname: str, fsize: int):
58 fpath = os.path.join(docs_dir, fname)
69 if os.path.exists(vsftpds.docs_dir):
70 shutil.rmtree(vsftpds.docs_dir)
71 if not os.path.exists(vsftpds.docs_dir):
72 os.makedirs(vsftpds.docs_dir)
73 self._make_docs_file(docs_dir=vsftpds.docs_dir, fname='data-1k', fsize=1024)
74 self._make_docs_file(docs_dir=vsftpds.docs_dir, fname='data-10k', fsize=10*1024)
75 self._make_docs_file(docs_dir=vsftpds.docs_dir, fname='data-1m', fsize=1024*1024)
76 self._make_docs_file(docs_dir=vsftpds.docs_dir, fname='data-10m', fsize=10*1024*1024)
95 srcfile = os.path.join(vsftpds.docs_dir, f'{docname}')
107 srcfile = os.path.join(vsftpds.docs_dir, f'{docname}')
119 srcfile = os.path.join(vsftpds.docs_dir, f'{docname}')
134 dstfile = os.path.join(vsftpds.docs_dir, docname)
165 dstfile = os.path.join(vsftpds.docs_dir, docname)
179 dstfile = os.path.join(vsftpds.docs_dir, docname)
200 srcfile = os.path.join(vsftpds.docs_dir, f'{docname}')
213 dstfile = os.path.join(vsftpds.docs_dir, docname)
229 dstfile = os.path.join(vsftpds.docs_dir, docname)
255 dstfile = os.path.join(vsftpd.docs_dir, docname)