Home
last modified time | relevance | path

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

/littlefs-3.5.0-3.4.0/tests/
Dtest_truncate.toml21 lfs_file_open(&lfs, &file, "baldynoop", LFS_O_RDWR) => 0;
65 lfs_file_open(&lfs, &file, "baldyread", LFS_O_RDWR) => 0;
101 LFS_O_RDWR | LFS_O_CREAT | LFS_O_TRUNC) => 0;
168 lfs_file_open(&lfs, &file, "baldywrite", LFS_O_RDWR) => 0;
238 lfs_file_open(&lfs, &file, "baldy", LFS_O_RDWR) => 0;
250 lfs_file_open(&lfs, &file, "baldy", LFS_O_RDWR) => 0;
347 lfs_file_open(&lfs, &file, path, LFS_O_RDWR) => 0;
402 LFS_O_RDWR | LFS_O_CREAT) => 0;
430 lfs_file_open(&lfs, &file, "baldynoop", LFS_O_RDWR) => 0;
Dtest_seek.toml94 lfs_file_open(&lfs, &file, "kitty", LFS_O_RDWR) => 0;
149 lfs_file_open(&lfs, &file, "kitty", LFS_O_RDWR) => 0;
208 lfs_file_open(&lfs, &file, "kitty", LFS_O_RDWR) => 0;
247 LFS_O_RDWR | LFS_O_CREAT) => 0;
346 lfs_file_open(&lfs, &file, "kitty", LFS_O_RDWR) => 0;
372 lfs_file_open(&lfs, &file, "kitty", LFS_O_RDWR) => 0;
Dtest_attrs.toml232 lfs_file_opencfg(&lfs, &file, "hello/hello", LFS_O_RDWR, &cfg2) => 0;
/littlefs-3.5.0-3.4.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);