Searched refs:TEST_FS_MNTP (Results 1 – 3 of 3) sorted by relevance
/Zephyr-Core-3.6.0/tests/subsys/fs/fs_api/src/ |
D | test_fs.h | 15 #define TEST_FS_MNTP "/NAND:" macro 16 #define TEST_FILE TEST_FS_MNTP"/testfile.txt" 17 #define TEST_FILE_RN TEST_FS_MNTP"/testfile_renamed.txt" 18 #define TEST_FILE_EX TEST_FS_MNTP"/testfile_exist.txt" 19 #define TEST_DIR TEST_FS_MNTP"/testdir" 20 #define TEST_DIR_FILE TEST_FS_MNTP"/testdir/testfile.txt"
|
D | test_fs_mount_flags.c | 14 .mnt_point = TEST_FS_MNTP, 31 ret = fs_open(&fs, TEST_FS_MNTP"/some", FS_O_CREATE); in test_mount_flags() 37 ret = fs_mkdir(TEST_FS_MNTP"/other"); in test_mount_flags() 49 ret = fs_open(&fs, TEST_FS_MNTP"/nosome", FS_O_CREATE); in test_mount_flags() 51 ret = fs_mkdir(TEST_FS_MNTP"/another"); in test_mount_flags() 53 ret = fs_rename(TEST_FS_MNTP"/some", TEST_FS_MNTP"/nosome"); in test_mount_flags() 55 ret = fs_unlink(TEST_FS_MNTP"/some"); in test_mount_flags() 57 ret = fs_open(&fs, TEST_FS_MNTP"/other", FS_O_CREATE); in test_mount_flags() 59 ret = fs_open(&fs, TEST_FS_MNTP"/some", FS_O_RDWR); in test_mount_flags() 61 ret = fs_open(&fs, TEST_FS_MNTP"/some", FS_O_READ); in test_mount_flags()
|
D | test_fs_dir_file.c | 26 .mnt_point = TEST_FS_MNTP, 70 .mnt_point = TEST_FS_MNTP, 232 ret = fs_statvfs(TEST_FS_MNTP, NULL); in ZTEST() 248 ret = fs_statvfs(TEST_FS_MNTP, &stat); in ZTEST() 280 ret = fs_mkdir(TEST_FS_MNTP); in test_mkdir() 1035 ret = fs_unlink(TEST_FS_MNTP); in ZTEST()
|