| 195 | } |
| 196 | |
| 197 | uint64_t FileAccessEncryptedCustom::_get_access_time(const String &p_file) { |
| 198 | if (file.is_valid()) { |
| 199 | return file->get_access_time(p_file); |
| 200 | } else { |
| 201 | return 0; |
| 202 | } |
| 203 | } |
| 204 | |
| 205 | int64_t FileAccessEncryptedCustom::_get_size(const String &p_file) { |
| 206 | if (file.is_valid()) { |