Searched refs:re_file (Results 1 – 1 of 1) sorted by relevance
201 def _GetFilesFromRecursiveLsOutput(path, ls_output, re_file, utc_offset=None): argument234 file_match = re_file.match(line)242 if not utc_offset and 'timezone' in re_file.groupindex:1240 re_file = re.compile('^-(?P<perms>[^\s]+)\s+'1248 path, self.RunShellCommand('ls -lR %s' % path), re_file,