Home
last modified time | relevance | path

Searched defs:with_env (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/test/
Dares-test-internal.cc407 EnvValue with_env("CARES_HOSTS", hostsfile.filename()); in TEST_F() local
427 EnvValue with_env("CARES_HOSTS", hostsfile.filename()); in TEST_F() local
447 EnvValue with_env("CARES_HOSTS", hostsfile.filename()); in TEST_F() local
467 EnvValue with_env("CARES_HOSTS", hostsfile.filename()); in TEST_F() local
531 EnvValue with_env("HOSTALIASES", aliases.filename()); in TEST_F() local
Dares-test-mock.cc988 EnvValue with_env("HOSTALIASES", aliases.filename()); in TEST_P() local
1008 EnvValue with_env("HOSTALIASES", aliases.filename()); in TEST_P() local
1026 EnvValue with_env("HOSTALIASES", "bogus.mcfile"); in TEST_P() local
1053 EnvValue with_env("HOSTALIASES", aliases.filename()); in TEST_P() local
/aosp_15_r20/external/crosvm/tools/impl/
H A Dcommand.py166 def with_env(self, key: str, value: Optional[str]): member in Command
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_os.py3120 def create_args(self, *, with_env=False, use_bytes=False): argument