Home
last modified time | relevance | path

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

/third_party/vulkan-loader/tests/framework/
Dtest_util.h893 static inline std::string test_platform_executable_path() { in test_platform_executable_path() function
905 static inline std::string test_platform_executable_path() { in test_platform_executable_path() function
917 static inline std::string test_platform_executable_path() { in test_platform_executable_path() function
941 static inline std::string test_platform_executable_path() { return {}; } in test_platform_executable_path() function
949 static inline std::string test_platform_executable_path() { in test_platform_executable_path() function
971 static inline std::string test_platform_executable_path() { in test_platform_executable_path() function
/third_party/vulkan-loader/tests/
Dloader_layer_tests.cpp1169 std::string cur_path = test_platform_executable_path(); in TEST()