Searched refs:truncate_file (Results 1 – 2 of 2) sorted by relevance
80 static void truncate_file(const char *file_path, uint32_t new_size) in truncate_file() function145 truncate_file(file_path, new_size); in writing_test()186 truncate_file(file_path, new_size); in ZTEST()
137 bool truncate_file = false; in fs_open() local174 truncate_file = true; in fs_open()188 if (truncate_file) { in fs_open()