Home
last modified time | relevance | path

Searched refs:check_file_dir_exists (Results 1 – 13 of 13) sorted by relevance

/Zephyr-Core-2.7.6/tests/subsys/fs/fat_fs_api/src/
Dtest_fat_rename.c14 if (check_file_dir_exists(path)) { in delete_it()
30 if (!check_file_dir_exists(path)) { in create_file()
45 if (!check_file_dir_exists(path)) { in create_dir()
84 !check_file_dir_exists(ndn) || in test_rename_dir()
85 check_file_dir_exists(dn)) { in test_rename_dir()
95 !check_file_dir_exists(ndn) || in test_rename_dir()
96 check_file_dir_exists(dn)) { in test_rename_dir()
137 !check_file_dir_exists(nfn) || in test_rename_file()
138 check_file_dir_exists(fn)) { in test_rename_file()
148 !check_file_dir_exists(nfn) || in test_rename_file()
[all …]
Dcommon.c12 int check_file_dir_exists(const char *path) in check_file_dir_exists() function
Dtest_fat_file.c17 if (check_file_dir_exists(TEST_FILE)) { in test_file_open()
32 if (check_file_dir_exists(TEST_FILE)) { in test_file_open()
262 if (check_file_dir_exists(TEST_FILE)) { in test_file_delete()
Dtest_fat.h25 int check_file_dir_exists(const char *path);
Dtest_fat_dir.c21 if (check_file_dir_exists(TEST_DIR)) { in test_mkdir()
112 if (!check_file_dir_exists(TEST_DIR)) { in test_rmdir()
/Zephyr-Core-2.7.6/tests/subsys/fs/fat_fs_dual_drive/src/
Dcommon.c12 int check_file_dir_exists(const char *path) in check_file_dir_exists() function
Dtest_fat.h26 int check_file_dir_exists(const char *path);
Dtest_fat_dir.c26 if (check_file_dir_exists(dir)) { in test_mkdir()
117 if (!check_file_dir_exists(dir)) { in test_rmdir()
Dtest_fat_file.c22 if (check_file_dir_exists(path)) { in test_file_open()
296 if (check_file_dir_exists(path)) { in test_file_delete()
/Zephyr-Core-2.7.6/tests/subsys/fs/multi-fs/src/
Dtest_common_file.c18 if (check_file_dir_exists(file_path)) { in test_file_open()
143 if (check_file_dir_exists(file_path)) { in test_file_delete()
Dtest_common_dir.c30 if (check_file_dir_exists(dir_path)) { in test_mkdir()
120 if (!check_file_dir_exists(dir_path)) { in test_rmdir()
Dtest_common.h12 int check_file_dir_exists(const char *fpath);
Dtest_utils.c13 int check_file_dir_exists(const char *fpath) in check_file_dir_exists() function