Access environment variables through Host object instead of directly.
This makes it easier to test interactions with os.environ without
affecting or using actual environment variables in tests.
This CL doesn't change places where os.environ is used where there
is no Host object.
BUG=
627887
Committed:
https://crrev.com/dfec6156c3e17e698acff95a6558dcecaddef761
Cr-Commit-Position: refs/heads/master@{#405680}