Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/fs/ext2/src/
Dtestfs_ext_specific.c80 static void truncate_file(const char *file_path, uint32_t new_size) in truncate_file() function
145 truncate_file(file_path, new_size); in writing_test()
186 truncate_file(file_path, new_size); in ZTEST()
/Zephyr-latest/subsys/fs/
Dfs.c137 bool truncate_file = false; in fs_open() local
174 truncate_file = true; in fs_open()
188 if (truncate_file) { in fs_open()