Searched refs:passwd_file (Results 1 – 1 of 1) sorted by relevance
64 static std::vector<std::pair<std::string, int>> GetVendorPasswd(const std::string& passwd_file) { in GetVendorPasswd() argument66 if (!ReadFileToString(passwd_file, &passwd)) { in GetVendorPasswd()88 for (const auto& passwd_file : passwd_files) { in GetVendorPasswd() local89 auto individual_result = GetVendorPasswd(passwd_file); in GetVendorPasswd()