Searched refs:requested_filename (Results 1 – 1 of 1) sorted by relevance
317 def get_server_path(self, requested_filename): argument318 log.debug("[SMB] Get server path '%s'", requested_filename)320 if requested_filename not in [VERIFIED_REQ]:325 filename, fid, requested_filename)329 if requested_filename == VERIFIED_REQ:348 def get_test_path(self, requested_filename): argument349 log.info("[SMB] Get reply data from 'test%s'", requested_filename)353 filename, fid, requested_filename)356 contents = self.ctd.get_test_data(requested_filename).encode('utf-8')
Completed in 5 milliseconds