Samsung Internal API reference  2.0
stat.h File Reference

File status syscalls. More...

Go to the source code of this file.

Macros

#define S_ACCPERM   (S_IRWXU | S_IRWXG | S_IRWXO)
 

Functions

int fstat (int fd, struct stat *buf)
 Get file status of a given file descriptor (system call) More...
 
int stat (const char *pathname, struct stat *buf)
 Get file status of a given path name. More...
 
int mkdir (const char *pathname, mode_t mode)
 Create directory at file system. More...
 

Detailed Description

File status syscalls.