Home
last modified time | relevance | path

Searched refs:O_CREAT_FS (Results 1 - 2 of 2) sorted by relevance

/commonlibrary/utils_lite/include/
H A Dutils_file.h110 #ifndef O_CREAT_FS
111 #define O_CREAT_FS 0100 macro
116 * when {@link O_CREAT_FS} is already set.
152 * O_CREAT_FS | For details, see {@link O_CREAT_FS}.
/commonlibrary/utils_lite/file/src/file_impl_hal/
H A Dfile.c70 int fpDest = UtilsFileOpen(dest, O_RDWR_FS | O_CREAT_FS | O_TRUNC_FS, 0); in UtilsFileCopy()

Completed in 1 milliseconds