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/ |
D | ares-test-internal.cc | 407 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
|
D | ares-test-mock.cc | 988 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 D | command.py | 166 def with_env(self, key: str, value: Optional[str]): member in Command
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_os.py | 3120 def create_args(self, *, with_env=False, use_bytes=False): argument
|