Home
last modified time | relevance | path

Searched refs:test_platform_executable_path (Results 1 – 3 of 3) sorted by relevance

/third_party/vulkan-loader/tests/framework/
Dtest_util.h790 inline std::string test_platform_executable_path() { in test_platform_executable_path() function
802 inline std::string test_platform_executable_path() { in test_platform_executable_path() function
814 inline std::string test_platform_executable_path() { in test_platform_executable_path() function
838 inline std::string test_platform_executable_path() { return {}; } in test_platform_executable_path() function
846 inline std::string test_platform_executable_path() { in test_platform_executable_path() function
868 inline std::string test_platform_executable_path() { in test_platform_executable_path() function
/third_party/vulkan-loader/tests/
Dloader_settings_tests.cpp218 …pecific_settings.at(0).add_app_key(fs::fixup_backslashes_in_path(test_platform_executable_path())); in TEST()
Dloader_layer_tests.cpp1704 std::string cur_path = test_platform_executable_path(); in TEST()