Searched refs:caFiles (Results 1 – 3 of 3) sorted by relevance
97 …workSecurityConfig::GetCAFilesFromPath(const std::string caPath, std::vector<std::string> &caFiles) in GetCAFilesFromPath() argument109 caFiles.push_back(caPath + OS_PATH_SEPARATOR + entry->d_name); in GetCAFilesFromPath()111 caFiles.push_back(caPath + entry->d_name); in GetCAFilesFromPath()234 std::vector<std::string> caFiles; in ReHashCAPathForX509() local236 GetCAFilesFromPath(caPath, caFiles); in ReHashCAPathForX509()237 if (caFiles.empty()) { in ReHashCAPathForX509()247 for (auto &caFile : caFiles) { in ReHashCAPathForX509()
90 std::vector<std::string> caFiles; variable92 NetworkSecurityConfig::GetInstance().GetCAFilesFromPath(caPath, caFiles);93 EXPECT_EQ(caFiles.size(), 0);
69 void GetCAFilesFromPath(const std::string caPath, std::vector<std::string> &caFiles);