• Home
  • Raw
  • Download

Lines Matching refs:isExtensionsUseAllowed

143     EXPECT_FALSE(TypeManager::isExtensionsUseAllowed(native_info(""),  in TEST_F()
147 EXPECT_FALSE(TypeManager::isExtensionsUseAllowed(native_info("/foobar/foo"), in TEST_F()
151 EXPECT_TRUE(TypeManager::isExtensionsUseAllowed(native_info("/data/foo"), in TEST_F()
155 EXPECT_TRUE(TypeManager::isExtensionsUseAllowed(native_info("/vendor/foo"), in TEST_F()
159 EXPECT_TRUE(TypeManager::isExtensionsUseAllowed(native_info("/odm/foo"), in TEST_F()
163 EXPECT_FALSE(TypeManager::isExtensionsUseAllowed(native_info("/system/foo"), in TEST_F()
167 EXPECT_FALSE(TypeManager::isExtensionsUseAllowed(native_info("/system/allowlisted"), in TEST_F()
171 EXPECT_FALSE(TypeManager::isExtensionsUseAllowed(native_info("/product/foo"), in TEST_F()
175 EXPECT_TRUE(TypeManager::isExtensionsUseAllowed(native_info("/product/foo"), in TEST_F()
184 EXPECT_EQ(TypeManager::isExtensionsUseAllowed(native_info("/product/foo_not_allowlisted"), in TEST_F()
189 TypeManager::isExtensionsUseAllowed(native_info("/odm/foo_not_allowlisted"), in TEST_F()
194 TypeManager::isExtensionsUseAllowed(native_info("/vendor/foo_not_allowlisted"), in TEST_F()
199 TypeManager::isExtensionsUseAllowed(native_info("/data/foo_not_allowlisted"), in TEST_F()
220 EXPECT_TRUE(TypeManager::isExtensionsUseAllowed({.binaryPath = binary, in TEST_F()
229 EXPECT_FALSE(TypeManager::isExtensionsUseAllowed({.binaryPath = binary, in TEST_F()
238 EXPECT_TRUE(TypeManager::isExtensionsUseAllowed({.binaryPath = binary, in TEST_F()
247 EXPECT_FALSE(TypeManager::isExtensionsUseAllowed({.binaryPath = binary, in TEST_F()
256 EXPECT_TRUE(TypeManager::isExtensionsUseAllowed({.binaryPath = binary, in TEST_F()
265 EXPECT_EQ(TypeManager::isExtensionsUseAllowed({.binaryPath = binary, in TEST_F()
275 EXPECT_EQ(TypeManager::isExtensionsUseAllowed({.binaryPath = binary, in TEST_F()
285 EXPECT_EQ(TypeManager::isExtensionsUseAllowed({.binaryPath = binary, in TEST_F()
298 EXPECT_FALSE(TypeManager::isExtensionsUseAllowed({.binaryPath = other_binary, in TEST_F()
305 EXPECT_FALSE(TypeManager::isExtensionsUseAllowed({.binaryPath = other_binary, in TEST_F()
313 EXPECT_FALSE(TypeManager::isExtensionsUseAllowed({.binaryPath = other_binary, in TEST_F()