psl1ght
A free SDK for Sony's PS3 console
Functions
file.h File Reference

File management functions. More...

#include <ppu-lv2.h>
#include <lv2/sysfs.h>

Go to the source code of this file.

Functions

LV2_SYSCALL sysLv2FsOpen (const char *path, s32 oflags, s32 *fd, u32 mode, const void *arg, u64 argsize)
 
LV2_SYSCALL sysLv2FsClose (s32 fd)
 
LV2_SYSCALL sysLv2FsRead (s32 fd, void *ptr, u64 len, u64 *read)
 
LV2_SYSCALL sysLv2FsWrite (s32 fd, const void *ptr, u64 len, u64 *written)
 
LV2_SYSCALL sysLv2FsStat (const char *path, sysFSStat *stat)
 
LV2_SYSCALL sysLv2FsFStat (s32 fd, sysFSStat *stat)
 
LV2_SYSCALL sysLv2FsChmod (const char *path, s32 mode)
 
LV2_SYSCALL sysLv2FsOpenDir (const char *path, s32 *fd)
 
LV2_SYSCALL sysLv2FsReadDir (s32 fd, sysFSDirent *entry, u64 *read)
 
LV2_SYSCALL sysLv2FsCloseDir (s32 fd)
 
LV2_SYSCALL sysLv2FsMkdir (const char *path, s32 mode)
 
LV2_SYSCALL sysLv2FsRename (const char *path, const char *newpath)
 
LV2_SYSCALL sysLv2FsRmdir (const char *path)
 
LV2_SYSCALL sysLv2FsLSeek64 (s32 fd, u64 offset, s32 dir, u64 *pos)
 
LV2_SYSCALL sysLv2FsUnlink (const char *path)
 
LV2_SYSCALL sysLv2FsFsync (s32 fd)
 
LV2_SYSCALL sysLv2FsTruncate (const char *path, u64 size)
 
LV2_SYSCALL sysLv2FsFtruncate (s32 fd, u64 size)
 
LV2_SYSCALL sysLv2FsUtime (const char *path, const sysFSUtimbuf *times)
 
LV2_SYSCALL sysLv2FsLink (const char *oldpath, const char *newpath)
 

Detailed Description

File management functions.