Home
last modified time | relevance | path

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

/third_party/vulkan-loader/tests/framework/shim/
Dunix_shim.cpp104 if (platform_shim.is_fake_path(path_name)) { in OPENDIR_FUNC_NAME()
174 if (platform_shim.is_fake_path(path.parent_path())) { in ACCESS_FUNC_NAME()
191 if (platform_shim.is_fake_path(path.parent_path())) { in FOPEN_FUNC_NAME()
Dshim.h185 bool is_fake_path(fs::path const& path);
Dshim_common.cpp165 bool PlatformShim::is_fake_path(fs::path const& path) { return redirection_map.count(path.str()) > … function in PlatformShim