Lines Matching refs:find

101         env.debug_log.find("Ignoring override VK_ICD_FILENAMES, VK_DRIVER_FILES, and VK_ADD_DRIVER_FILES due to high-integrity"));
132 EXPECT_TRUE(env.debug_log.find("vkCreateInstance: Found no drivers!"));
147 env.debug_log.find("Ignoring override VK_ICD_FILENAMES, VK_DRIVER_FILES, and VK_ADD_DRIVER_FILES due to high-integrity"));
178 EXPECT_TRUE(env.debug_log.find("vkCreateInstance: Found no drivers!"));
195 ASSERT_FALSE(log.find("Loader is using non-secure environment variable lookup for"));
197 ASSERT_TRUE(log.find("Loader is using non-secure environment variable lookup for"));
204 // so that the test app can find them. Include some badly specified elements as well.
221 EXPECT_TRUE(debug_log.find((fs::path("/tmp/goober/vulkan") / category_path_name(category)).str()));
222 EXPECT_TRUE(debug_log.find((fs::path("/tmp/goober2/vulkan") / category_path_name(category)).str()));
223 EXPECT_TRUE(debug_log.find((fs::path("/tmp/goober3/vulkan") / category_path_name(category)).str()));
224 EXPECT_TRUE(debug_log.find((fs::path("/tmp/goober4/with spaces/vulkan") / category_path_name(category)).str()));
233 // so that the test app can find them. Include some badly specified elements as well.
267 EXPECT_TRUE(env.debug_log.find("vkCreateInstance: Found no drivers!"));
308 // so that the test app can find them. Include some badly specified elements as well.
321 EXPECT_TRUE(env.debug_log.find("/tmp/carol"));
322 EXPECT_TRUE(env.debug_log.find("/tandy"));
323 EXPECT_TRUE(env.debug_log.find((HOME / "/ with spaces/").str()));
334 EXPECT_FALSE(env.debug_log.find("/tmp/carol"));
353 // so that the test app can find them. Include some badly specified elements as well.
367 EXPECT_TRUE(env.debug_log.find("/tmp/carol"));
368 EXPECT_TRUE(env.debug_log.find("/tandy"));
369 EXPECT_TRUE(env.debug_log.find((HOME / "/ with spaces/").str()));
380 EXPECT_FALSE(env.debug_log.find("/tmp/carol"));