Home
last modified time | relevance | path

Searched refs:TEST_FILE_EX (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/tests/subsys/fs/fs_api/src/
Dtest_fs.h18 #define TEST_FILE_EX TEST_FS_MNTP"/testfile_exist.txt" macro
Dtest_fs.c83 if (strcmp(to, TEST_FILE_EX) == 0) { in temp_rename()
Dtest_fs_dir_file.c965 ret = fs_rename(TEST_FILE, TEST_FILE_EX); in ZTEST()