Searched refs:GitFile (Results 1 – 3 of 3) sorted by relevance
/external/libchrome/libchrome_tools/uprev/ |
D | utils.py | 21 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)))
|
D | lazytree.py | 52 self._files[name] = utils.GitFile(None, mode, objecthash)
|
D | reconnect_history.py | 313 tree[filename] = utils.GitFile(filename, tree[filename].mode, blob)
|