Home
last modified time | relevance | path

Searched full:custom_dir (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/src/core/lib/security/security_connector/
Dload_system_roots_linux.cc142 char* custom_dir = gpr_getenv("GRPC_SYSTEM_SSL_ROOTS_DIR"); in LoadSystemRootCerts() local
143 if (custom_dir != nullptr) { in LoadSystemRootCerts()
144 result = CreateRootCertsBundle(custom_dir); in LoadSystemRootCerts()
145 gpr_free(custom_dir); in LoadSystemRootCerts()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/
Dload_system_roots_linux.cc148 grpc_core::UniquePtr<char> custom_dir = in LoadSystemRootCerts() local
150 if (strlen(custom_dir.get()) > 0) { in LoadSystemRootCerts()
151 result = CreateRootCertsBundle(custom_dir.get()); in LoadSystemRootCerts()
/external/python/bumble/docs/mkdocs/
Dmkdocs.yml72 custom_dir: 'theme'
/external/python/oauth2client/tests/
Dtest_client.py486 {client._CLOUDSDK_CONFIG_ENV_VAR: 'CUSTOM_DIR'},
489 CUSTOM_DIR = os.environ[client._CLOUDSDK_CONFIG_ENV_VAR]
490 EXPECTED_FILE = os.path.join(CUSTOM_DIR,