Searched refs:LFS_O_RDWR (Results 1 – 5 of 5) sorted by relevance
/littlefs-3.5.0-3.4.0/tests/ |
D | test_truncate.toml | 21 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;
|
D | test_seek.toml | 94 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;
|
D | test_attrs.toml | 232 lfs_file_opencfg(&lfs, &file, "hello/hello", LFS_O_RDWR, &cfg2) => 0;
|
/littlefs-3.5.0-3.4.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);
|