Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dcommands.cc264 static std::unique_ptr<base::Environment> git_bash_env; in FixGitBashLabelEdit() local
265 if (!git_bash_env) in FixGitBashLabelEdit()
266 git_bash_env = base::Environment::Create(); in FixGitBashLabelEdit()
270 if (git_bash_env->HasVar( in FixGitBashLabelEdit()