| 411 | ERR_FAIL_V(false); |
| 412 | } |
| 413 | bool FileAccessAPK::store_buffer(const uint8_t *p_src, uint64_t p_length) { |
| 414 | ERR_FAIL_V(false); |
| 415 | } ///< store an array of bytes, needs to be overwritten by children. |
| 416 | |
| 417 | bool FileAccessAPK::file_exists(const String &p_name) { |
| 418 | return false; |
no outgoing calls
no test coverage detected