Searched refs:is_fake_path (Results 1 – 3 of 3) sorted by relevance
104 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()
185 bool is_fake_path(fs::path const& path);
165 bool PlatformShim::is_fake_path(fs::path const& path) { return redirection_map.count(path.str()) > … function in PlatformShim