Home
last modified time | relevance | path

Searched refs:LFS_O_RDWR (Results 1 – 5 of 5) sorted by relevance

/littlefs-3.7.0-3.6.0/tests/
Dtest_truncate.toml27 lfs_file_open(&lfs, &file, "baldynoop", LFS_O_RDWR) => 0;
78 lfs_file_open(&lfs, &file, "baldyread", LFS_O_RDWR) => 0;
119 LFS_O_RDWR | LFS_O_CREAT | LFS_O_TRUNC) => 0;
193 lfs_file_open(&lfs, &file, "baldywrite", LFS_O_RDWR) => 0;
274 lfs_file_open(&lfs, &file, "baldy", LFS_O_RDWR) => 0;
289 lfs_file_open(&lfs, &file, "baldy", LFS_O_RDWR) => 0;
394 lfs_file_open(&lfs, &file, path, LFS_O_RDWR) => 0;
458 LFS_O_RDWR | LFS_O_CREAT) => 0;
489 lfs_file_open(&lfs, &file, "baldynoop", LFS_O_RDWR) => 0;
Dtest_seek.toml102 lfs_file_open(&lfs, &file, "kitty", LFS_O_RDWR) => 0;
160 lfs_file_open(&lfs, &file, "kitty", LFS_O_RDWR) => 0;
223 lfs_file_open(&lfs, &file, "kitty", LFS_O_RDWR) => 0;
265 LFS_O_RDWR | LFS_O_CREAT) => 0;
369 lfs_file_open(&lfs, &file, "kitty", LFS_O_RDWR) => 0;
395 lfs_file_open(&lfs, &file, "kitty", LFS_O_RDWR) => 0;
Dtest_attrs.toml241 lfs_file_opencfg(&lfs, &file, "hello/hello", LFS_O_RDWR, &cfg2) => 0;
/littlefs-3.7.0-3.6.0/
Dlfs.h130 LFS_O_RDWR = 3, // Open a file as read and write enumerator
DREADME.md73 lfs_file_open(&lfs, &file, "boot_count", LFS_O_RDWR | LFS_O_CREAT);