Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/
Dload_system_roots_supported.cc149 auto custom_dir = ConfigVars::Get().SystemSslRootsDir(); in LoadSystemRootCerts() local
150 if (!custom_dir.empty()) { in LoadSystemRootCerts()
151 result = CreateRootCertsBundle(std::string(custom_dir).c_str()); in LoadSystemRootCerts()
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/security_connector/
H A Dload_system_roots_supported.cc145 auto custom_dir = ConfigVars::Get().SystemSslRootsDir(); in LoadSystemRootCerts() local
146 if (!custom_dir.empty()) { in LoadSystemRootCerts()
147 result = CreateRootCertsBundle(std::string(custom_dir).c_str()); in LoadSystemRootCerts()
/aosp_15_r20/external/leakcanary2/
H A Dmkdocs.yml28 custom_dir: 'docs/theme'
/aosp_15_r20/external/python/bumble/docs/mkdocs/
Dmkdocs.yml86 custom_dir: 'theme'
/aosp_15_r20/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,