Home
last modified time | relevance | path

Searched refs:get_real_path_from_fake_path (Results 1 - 3 of 3) sorted by relevance

/third_party/vulkan-loader/tests/framework/shim/
H A Dunix_shim.cpp138 auto real_path_name = platform_shim.get_real_path_from_fake_path(fs::path(path_name)); in OPENDIR_FUNC_NAME()
224 fs::path real_path = platform_shim.get_real_path_from_fake_path(path.parent_path()); in ACCESS_FUNC_NAME()
242 auto real_path = platform_shim.get_real_path_from_fake_path(path.parent_path()) / path.filename(); in FOPEN_FUNC_NAME()
H A Dshim.h198 fs::path const& get_real_path_from_fake_path(fs::path const& path);
H A Dshim_common.cpp185 fs::path const& PlatformShim::get_real_path_from_fake_path(fs::path const& path) { return redirection_map.at(path.str()); } function in fs::PlatformShim

Completed in 2 milliseconds