Home
last modified time | relevance | path

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

/external/libchrome/libchrome_tools/uprev/
Dutils.py21 GitFile = collections.namedtuple( variable
78 files.append(GitFile(path, mode, blobhash))
111 GitFile(path, newmode, newhash)))
115 GitFile(path, oldmode, oldhash)))
119 GitFile(path, newmode, newhash)))
Dlazytree.py52 self._files[name] = utils.GitFile(None, mode, objecthash)
Dreconnect_history.py313 tree[filename] = utils.GitFile(filename, tree[filename].mode, blob)