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/
H A Dunix_shim.cpp137 if (platform_shim.is_fake_path(path_name)) { in OPENDIR_FUNC_NAME()
177 if (it->is_fake_path) { in READDIR_FUNC_NAME()
223 if (platform_shim.is_fake_path(path.parent_path())) { in ACCESS_FUNC_NAME()
241 if (platform_shim.is_fake_path(path.parent_path())) { in FOPEN_FUNC_NAME()
H A Dshim.h127 bool is_fake_path = false; // true when this entry is for folder redirection member
197 bool is_fake_path(fs::path const& path);
H A Dshim_common.cpp184 bool PlatformShim::is_fake_path(fs::path const& path) { return redirection_map.count(path.str()) > 0; } function in PlatformShim

Completed in 3 milliseconds