Home
last modified time | relevance | path

Searched refs:create_file (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/tests/posix/fs/src/
Dtest_fs_stat.c23 static void create_file(const char *filename, uint32_t size) in create_file() function
48 create_file(TEST_FILE, TEST_FILE_SIZE); in before_fn()
49 create_file(TEST_DIR_FILE, TEST_DIR_FILE_SIZE); in before_fn()
50 create_file(TEST_EMPTY_FILE, 0); in before_fn()
/Zephyr-latest/tests/subsys/fs/fat_fs_api/src/
Dtest_fat_rename.c24 static int create_file(const char *path) in create_file() function
92 create_file(dn); in test_rename_dir()
130 res = create_file(fn); in test_rename_file()
145 create_file(fn); in test_rename_file()