Searched refs:from_environment (Results 1 – 5 of 5) sorted by relevance
113 char *from_environment = getenv("TEST_TMPDIR"); in GetTemporaryDirectoryName() local114 if (from_environment != NULL && from_environment[0] != '\0') { in GetTemporaryDirectoryName()115 return string(from_environment) + "/protobuf_tmpdir"; in GetTemporaryDirectoryName()
67 header = ei.CommandSpec.best().from_environment().as_header()738 cmd = ei.CommandSpec.from_environment()
1993 return cls.from_environment()1998 def from_environment(cls): member in CommandSpec
196 .. class:: Http([cache=None], [timeout=None], [proxy_info==ProxyInfo.from_environment], [ca_certs=N…