Lines Matching full:checkout
825 """Returns the path to the build directory, relative to the checkout root.
827 Assumes that the current working directory is the checkout root.
1057 results = RunGit(['checkout', revision])[1]
1201 """Performs a checkout on a file at the given revision.
1206 return not RunGit(['checkout', revision, file_name], cwd=cwd)[1]
1217 return not RunGit(['checkout', bisect_utils.FILE_DEPS_GIT])[1]
1936 # Checkout DEPS file for the current chromium revision.
1952 raise RuntimeError('DEPS checkout Failed for chromium revision : [%s]' %
3786 'will do an initial checkout of the chromium depot. The '