SEcube open-source SDK
|
Use this values as creation parameter for secure_open(). | |
#define | SEFILE_NEWFILE O_CREAT | O_TRUNC |
#define | SEFILE_OPEN 0 |
#define SEFILE_NEWFILE O_CREAT | O_TRUNC |
Create new file and delete if existing
#define SEFILE_OPEN 0 |
Open an existing file, create it if not existing