Home | History | Annotate | Download | only in hosts

Lines Matching refs:file_info

755         file_info = self.run_output('ls -l %s' % dest)
758 match = re.match(FILE_INFO_REGEX, file_info)
762 symlink_match = re.match(FILE_SYMLINK_REGEX, file_info)