Home
last modified time | relevance | path

Searched refs:filestream_open (Results 1 – 25 of 267) sorted by relevance

1234567891011

/dports/games/libretro-mu/Mu-ff746b8/libretroBuildSystem/
H A Dlibretro.c470 romFile = filestream_open(romPath, RETRO_VFS_FILE_ACCESS_READ, RETRO_VFS_FILE_ACCESS_HINT_NONE); in retro_load_game()
489 …bootloaderFile = filestream_open(bootloaderPath, RETRO_VFS_FILE_ACCESS_READ, RETRO_VFS_FILE_ACCESS… in retro_load_game()
518 …saveRamFile = filestream_open(saveRamPath, RETRO_VFS_FILE_ACCESS_READ, RETRO_VFS_FILE_ACCESS_HINT_… in retro_load_game()
534 …sdImgFile = filestream_open(sdImgPath, RETRO_VFS_FILE_ACCESS_READ, RETRO_VFS_FILE_ACCESS_HINT_NONE… in retro_load_game()
559 …contentFile = filestream_open(contentPath, RETRO_VFS_FILE_ACCESS_READ, RETRO_VFS_FILE_ACCESS_HINT_… in retro_load_game()
589 … infoFile = filestream_open(infoPath, RETRO_VFS_FILE_ACCESS_READ, RETRO_VFS_FILE_ACCESS_HINT_NONE); in retro_load_game()
658 …saveRamFile = filestream_open(saveRamPath, RETRO_VFS_FILE_ACCESS_WRITE, RETRO_VFS_FILE_ACCESS_HINT… in retro_unload_game()
672 …sdImgFile = filestream_open(sdImgPath, RETRO_VFS_FILE_ACCESS_WRITE, RETRO_VFS_FILE_ACCESS_HINT_NON… in retro_unload_game()
/dports/games/libretro-nxengine/nxengine-libretro-10c4381/nxengine/
H A Dsettings.cpp72 fp = filestream_open(setfilename_tmp, RETRO_VFS_FILE_ACCESS_READ, in tryload()
106 fp = filestream_open(setfilename_tmp, RETRO_VFS_FILE_ACCESS_WRITE, in settings_save()
H A Dniku.cpp30 fp = filestream_open(fname_tmp, RETRO_VFS_FILE_ACCESS_READ, RETRO_VFS_FILE_ACCESS_HINT_NONE); in niku_load()
113 fp = filestream_open(fname_tmp, RETRO_VFS_FILE_ACCESS_WRITE, in niku_save()
/dports/games/retroarch/RetroArch-1.9.7/tasks/
H A Dtask_content_disc.c130 state->file = filestream_open(cue_path, RETRO_VFS_FILE_ACCESS_READ, 0); in task_cdrom_dump_handler()
171 RFILE *file = filestream_open(output_file, RETRO_VFS_FILE_ACCESS_WRITE, 0); in task_cdrom_dump_handler()
251 state->file = filestream_open(state->cdrom_path, RETRO_VFS_FILE_ACCESS_READ, 0); in task_cdrom_dump_handler()
268 state->output_file = filestream_open(output_path, RETRO_VFS_FILE_ACCESS_WRITE, 0); in task_cdrom_dump_handler()
/dports/games/libretro-beetle_ngp/beetle-ngp-libretro-74cc0d8/mednafen/ngp/
H A Dsystem.c23 flash_fp = filestream_open(path_str, in system_io_flash_read()
41 flash_fp = filestream_open(path_str, in system_io_flash_write()
/dports/games/libretro-beetle_pcfx/beetle-pcfx-libretro-7bba669/mednafen/
H A DFileWrapper.cpp39 fp = filestream_open(path, RETRO_VFS_FILE_ACCESS_READ_WRITE, RETRO_VFS_FILE_ACCESS_HINT_NONE); in FileWrapper()
41 fp = filestream_open(path, RETRO_VFS_FILE_ACCESS_READ, RETRO_VFS_FILE_ACCESS_HINT_NONE); in FileWrapper()
/dports/games/libretro-nxengine/nxengine-libretro-10c4381/nxengine/libretro/libretro-common/streams/
H A Dfile_stream.c103 dummy = filestream_open(path, in filestream_exists()
138 RFILE *filestream_open(const char *path, unsigned mode, unsigned hints) in filestream_open() function
381 RFILE *file = filestream_open(path, in filestream_read_file()
447 RFILE *file = filestream_open(path, in filestream_write_file()
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/libretro-common/streams/
H A Dfile_stream.c103 dummy = filestream_open(path, in filestream_exists()
138 RFILE *filestream_open(const char *path, unsigned mode, unsigned hints) in filestream_open() function
381 RFILE *file = filestream_open(path, in filestream_read_file()
447 RFILE *file = filestream_open(path, in filestream_write_file()
/dports/games/libretro-opera/opera-libretro-5781f68/
H A Dcuefile.c38 cue_file = filestream_open(cue_path, RETRO_VFS_FILE_ACCESS_READ, 0); in cue_get_file_for_image()
100 filestream_open(path, RETRO_VFS_FILE_ACCESS_READ, 0) : in cue_get()
/dports/games/libretro-tyrquake/tyrquake-e76477d/libretro-common/streams/
H A Dfile_stream.c107 dummy = filestream_open(path, in filestream_exists()
157 RFILE* filestream_open(const char *path, unsigned mode, unsigned hints) in filestream_open() function
494 RFILE *file = filestream_open(path, in filestream_read_file()
560 RFILE *file = filestream_open(path, in filestream_write_file()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libretro/libretro-common/streams/
H A Dfile_stream.c107 dummy = filestream_open(path, in filestream_exists()
157 RFILE* filestream_open(const char *path, unsigned mode, unsigned hints) in filestream_open() function
494 RFILE *file = filestream_open(path, in filestream_read_file()
560 RFILE *file = filestream_open(path, in filestream_write_file()
/dports/games/libretro-snes9x2010/snes9x2010-714b1c8/libretro/libretro-common/streams/
H A Dfile_stream.c113 dummy = filestream_open( in filestream_exists()
170 RFILE* filestream_open(const char *path, unsigned mode, unsigned hints) in filestream_open() function
535 RFILE *file = filestream_open(path, in filestream_read_file()
601 RFILE *file = filestream_open(path, in filestream_write_file()
/dports/games/libretro-picodrive/picodrive-600894e/platform/libretro/libretro-common/streams/
H A Dfile_stream.c107 dummy = filestream_open(path, in filestream_exists()
157 RFILE* filestream_open(const char *path, unsigned mode, unsigned hints) in filestream_open() function
494 RFILE *file = filestream_open(path, in filestream_read_file()
560 RFILE *file = filestream_open(path, in filestream_write_file()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/libretro/libretro-common/streams/
H A Dfile_stream.c113 dummy = filestream_open( in filestream_exists()
170 RFILE* filestream_open(const char *path, unsigned mode, unsigned hints) in filestream_open() function
535 RFILE *file = filestream_open(path, in filestream_read_file()
601 RFILE *file = filestream_open(path, in filestream_write_file()
/dports/games/libretro-gambatte/gambatte-libretro-22abc24/libgambatte/libretro-common/streams/
H A Dfile_stream.c111 dummy = filestream_open(path, in filestream_exists()
165 RFILE* filestream_open(const char *path, unsigned mode, unsigned hints) in filestream_open() function
513 RFILE *file = filestream_open(path, in filestream_read_file()
579 RFILE *file = filestream_open(path, in filestream_write_file()
/dports/games/libretro-beetle_pce/beetle-pce-libretro-945b7a7/libretro-common/streams/
H A Dfile_stream.c113 dummy = filestream_open( in filestream_exists()
170 RFILE* filestream_open(const char *path, unsigned mode, unsigned hints) in filestream_open() function
534 RFILE *file = filestream_open(path, in filestream_read_file()
600 RFILE *file = filestream_open(path, in filestream_write_file()
/dports/games/libretro-beetle_saturn/beetle-saturn-libretro-ee5b214/libretro-common/streams/
H A Dfile_stream.c113 dummy = filestream_open( in filestream_exists()
170 RFILE* filestream_open(const char *path, unsigned mode, unsigned hints) in filestream_open() function
534 RFILE *file = filestream_open(path, in filestream_read_file()
600 RFILE *file = filestream_open(path, in filestream_write_file()
/dports/games/libretro-genesis_plus_gx/Genesis-Plus-GX-7f83bc5/libretro/libretro-common/streams/
H A Dfile_stream.c107 dummy = filestream_open(path, in filestream_exists()
157 RFILE *filestream_open(const char *path, unsigned mode, unsigned hints) in filestream_open() function
494 RFILE *file = filestream_open(path, in filestream_read_file()
560 RFILE *file = filestream_open(path, in filestream_write_file()
/dports/games/libretro-opera/opera-libretro-5781f68/libretro-common/streams/
H A Dfile_stream.c107 dummy = filestream_open(path, in filestream_exists()
157 RFILE *filestream_open(const char *path, unsigned mode, unsigned hints) in filestream_open() function
494 RFILE *file = filestream_open(path, in filestream_read_file()
560 RFILE *file = filestream_open(path, in filestream_write_file()
/dports/games/retroarch/RetroArch-1.9.7/libretro-common/streams/
H A Dfile_stream.c113 dummy = filestream_open( in filestream_exists()
170 RFILE* filestream_open(const char *path, unsigned mode, unsigned hints) in filestream_open() function
535 RFILE *file = filestream_open(path, in filestream_read_file()
601 RFILE *file = filestream_open(path, in filestream_write_file()
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/libretro-common/streams/
H A Dfile_stream.c113 dummy = filestream_open( in filestream_exists()
170 RFILE* filestream_open(const char *path, unsigned mode, unsigned hints) in filestream_open() function
534 RFILE *file = filestream_open(path, in filestream_read_file()
600 RFILE *file = filestream_open(path, in filestream_write_file()
/dports/games/kodi-addon-game.libretro.genplus/game.libretro.genplus-1.7.4.15-Matrix/depends/common/genplus/libretro/libretro-common/streams/
H A Dfile_stream.c107 dummy = filestream_open(path, in filestream_exists()
157 RFILE *filestream_open(const char *path, unsigned mode, unsigned hints) in filestream_open() function
494 RFILE *file = filestream_open(path, in filestream_read_file()
560 RFILE *file = filestream_open(path, in filestream_write_file()
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/platform/libretro/libretro-common/streams/
H A Dfile_stream.c107 dummy = filestream_open(path, in filestream_exists()
157 RFILE* filestream_open(const char *path, unsigned mode, unsigned hints) in filestream_open() function
494 RFILE *file = filestream_open(path, in filestream_read_file()
560 RFILE *file = filestream_open(path, in filestream_write_file()
/dports/games/libretro-beetle_ngp/beetle-ngp-libretro-74cc0d8/libretro-common/streams/
H A Dfile_stream.c113 dummy = filestream_open( in filestream_exists()
170 RFILE* filestream_open(const char *path, unsigned mode, unsigned hints) in filestream_open() function
534 RFILE *file = filestream_open(path, in filestream_read_file()
600 RFILE *file = filestream_open(path, in filestream_write_file()
/dports/games/libretro-beetle_lynx/beetle-lynx-libretro-35119c9/libretro-common/streams/
H A Dfile_stream.c113 dummy = filestream_open( in filestream_exists()
170 RFILE* filestream_open(const char *path, unsigned mode, unsigned hints) in filestream_open() function
534 RFILE *file = filestream_open(path, in filestream_read_file()
600 RFILE *file = filestream_open(path, in filestream_write_file()

1234567891011