Home
last modified time | relevance | path

Searched refs:write_exists (Results 1 – 1 of 1) sorted by relevance

/dports/games/egoboo/egoboo-2.8.1/src/game/
H A Degoboo_vfs.c741 bool_t read_exists, write_exists; in _vfs_ensure_destination_file() local
761 write_exists = fs_fileExists( sys_dst_name ) > 0; in _vfs_ensure_destination_file()
763 if ( read_exists && !write_exists ) in _vfs_ensure_destination_file()
769 write_exists = fs_fileExists( sys_dst_name ) > 0; in _vfs_ensure_destination_file()
772 return write_exists; in _vfs_ensure_destination_file()