Searched full:custom_dir (Results 1 – 5 of 5) sorted by relevance
149 auto custom_dir = ConfigVars::Get().SystemSslRootsDir(); in LoadSystemRootCerts() local150 if (!custom_dir.empty()) { in LoadSystemRootCerts()151 result = CreateRootCertsBundle(std::string(custom_dir).c_str()); in LoadSystemRootCerts()
145 auto custom_dir = ConfigVars::Get().SystemSslRootsDir(); in LoadSystemRootCerts() local146 if (!custom_dir.empty()) { in LoadSystemRootCerts()147 result = CreateRootCertsBundle(std::string(custom_dir).c_str()); in LoadSystemRootCerts()
28 custom_dir: 'docs/theme'
86 custom_dir: 'theme'
486 {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,