Lines Matching refs:std
65 std::optional<std::string> get_config( in get_config()
66 const std::map<std::string, std::string>& configs, const std::string& key) { in get_config()
69 return std::nullopt; in get_config()
96 int firstApiLevel = std::stoi(android::base::GetProperty("ro.product.first_api_level", "0")); in SetUp()
101 std::shared_ptr<const RuntimeInfo> runtime_info;
113 const std::string& release = runtime_info->osRelease(); in TEST_F()
123 std::set<std::string> GetRequirementBySdkLevel(uint32_t target_sdk_level) { in GetRequirementBySdkLevel()
126 static const std::map<uint32_t, std::set<std::string>> required_by_level = { in GetRequirementBySdkLevel()
132 std::set<std::string> res; in GetRequirementBySdkLevel()
142 std::set<std::string> GetAllowListBySdkLevel(uint32_t target_sdk_level) { in GetAllowListBySdkLevel()
146 static const std::map<uint32_t, std::set<std::string>> allow_by_level = { in GetAllowListBySdkLevel()
170 using std::filesystem::recursive_directory_iterator; in TEST_F()
172 std::string slot_suffix = GetProperty("ro.boot.slot_suffix", ""); in TEST_F()
175 std::string error_msg; in TEST_F()
179 std::string boot_path; in TEST_F()
181 if (std::stoi(android::base::GetProperty("ro.vendor.api_level", "0")) >= in TEST_F()
209 std::set<std::string> actual_files; in TEST_F()
210 const std::filesystem::path extracted_ramdisk_path((*extracted_ramdisk)->path); in TEST_F()
219 const std::set<std::string> generic_ramdisk_required_list = in TEST_F()
221 std::set<std::string> generic_ramdisk_allow_list = in TEST_F()
226 const std::set<std::string> debuggable_allowlist{ in TEST_F()