Home
last modified time | relevance | path

Searched refs:vfs_open (Results 1 – 25 of 38) sorted by relevance

12

/dports/security/clamfs/clamfs-1.1.0/doc/svg/
H A DMakefile.am5 vfs_open.svg
H A DMakefile.in219 vfs_open.svg
/dports/games/taisei/taisei-1.3.2/src/vfs/
H A Dpublic.h46 SDL_RWops* vfs_open(const char *path, VFSOpenMode mode);
H A Dpublic.c51 SDL_RWops* vfs_open(const char *path, VFSOpenMode mode) { in vfs_open() function
/dports/games/taisei/taisei-1.3.2/src/renderer/common/shaderlib/
H A Dcache.c175 SDL_RWops *stream = vfs_open(path, VFS_MODE_READ); in shader_cache_get()
197 SDL_RWops *out = vfs_open(path, VFS_MODE_WRITE); in shader_cache_set_raw()
H A Dlang_glsl.c155 SDL_RWops *stream = vfs_open(fstate->path, VFS_MODE_READ); in glsl_process_file()
/dports/games/taisei/taisei-1.3.2/src/
H A Dconfig.c270 SDL_RWops *out = vfs_open(CONFIG_FILE, VFS_MODE_WRITE); in config_save()
444 SDL_RWops *config_file = vfs_open(CONFIG_FILE, VFS_MODE_READ); in config_load()
H A Dprogress.c708 SDL_RWops *file = vfs_open(PROGRESS_FILE, VFS_MODE_READ); in progress_load()
727 SDL_RWops *file = vfs_open(PROGRESS_FILE, VFS_MODE_WRITE); in progress_save()
H A Dmain.c73 log_add_output(lvls_file, vfs_open("storage/log.txt", VFS_MODE_WRITE), log_formatter_file); in init_log_file()
H A Dreplay.c668 SDL_RWops *file = vfs_open(p, VFS_MODE_WRITE); in replay_save()
703 SDL_RWops *file = vfs_open(p, VFS_MODE_READ); in replay_load()
H A Dgamepad.c54 SDL_RWops *mappings = vfs_open(vpath, VFS_MODE_READ | VFS_MODE_SEEKABLE); in gamepad_load_mappings()
H A Dvideo.c557 SDL_RWops *output = vfs_open(tdata->dest_path, VFS_MODE_WRITE); in video_screenshot_task()
/dports/games/taisei/taisei-1.3.2/src/util/
H A Dkvparser.c77 SDL_RWops *strm = vfs_open(filename, VFS_MODE_READ); in parse_keyvalue_file_cb()
H A Dpixmap.c386 SDL_RWops *stream = vfs_open(path, VFS_MODE_READ | VFS_MODE_SEEKABLE); in pixmap_load_file()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/
H A Dinternal.h143 extern int vfs_open(const struct path *, struct file *);
H A Dopen.c937 int vfs_open(const struct path *path, struct file *file) in vfs_open() function
956 error = vfs_open(path, f); in dentry_open()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/
H A Dinternal.h143 extern int vfs_open(const struct path *, struct file *);
H A Dopen.c937 int vfs_open(const struct path *path, struct file *file) in vfs_open() function
956 error = vfs_open(path, f); in dentry_open()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/
H A Dinternal.h143 extern int vfs_open(const struct path *, struct file *);
H A Dopen.c937 int vfs_open(const struct path *path, struct file *file) in vfs_open() function
956 error = vfs_open(path, f); in dentry_open()
/dports/games/taisei/taisei-1.3.2/src/audio/sdl2mixer/
H A Daudio_sdl2mixer.c437 SDL_RWops *rw = vfs_open(vfspath, VFS_MODE_READ | VFS_MODE_SEEKABLE); in audio_sdl2mixer_music_load()
553 SDL_RWops *rw = vfs_open(vfspath, VFS_MODE_READ | VFS_MODE_SEEKABLE); in audio_sdl2mixer_sound_load()
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/procfs-0.9.1/src/process/
H A Dmount.rs377 pub vfs_open: libc::c_ulong, field
411 vfs_open: from_str!(c_ulong, expect!(s.next())), in from_str()
/dports/games/taisei/taisei-1.3.2/src/resource/
H A Dmodel.c149 SDL_RWops *rw = vfs_open(filename, VFS_MODE_READ); in parse_obj()
/dports/devel/gvfs/gvfs-1.46.2/client/
H A Dgvfsfusedaemon.c1099 vfs_open (const gchar *path, struct fuse_file_info *fi) in vfs_open() function
2511 .open = vfs_open,
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/procfs-0.7.8/src/
H A Dprocess.rs740 vfs_open: libc::c_ulong, field
774 vfs_open: from_str!(c_ulong, expect!(s.next())), in from_str()

12