Searched refs:LFS_O_RDWR (Results 1 – 5 of 5) sorted by relevance
/littlefs-3.7.0-3.6.0/tests/ |
D | test_truncate.toml | 27 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;
|
D | test_seek.toml | 102 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;
|
D | test_attrs.toml | 241 lfs_file_opencfg(&lfs, &file, "hello/hello", LFS_O_RDWR, &cfg2) => 0;
|
/littlefs-3.7.0-3.6.0/ |
D | lfs.h | 130 LFS_O_RDWR = 3, // Open a file as read and write enumerator
|
D | README.md | 73 lfs_file_open(&lfs, &file, "boot_count", LFS_O_RDWR | LFS_O_CREAT);
|