| 944 | } |
| 945 | |
| 946 | bool |
| 947 | rt_is_virtual_file(CryptContext *con, LPCWSTR FileName) |
| 948 | { |
| 949 | return rt_is_dir_iv_file(con, FileName) || rt_is_name_file(con, FileName); |
| 950 | } |
| 951 | |
| 952 | const WCHAR * |
| 953 | remove_longname_suffix(const WCHAR *filepath, wstring& storage) |
no test coverage detected