Home
last modified time | relevance | path

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

/third_party/e2fsprogs/tests/progs/
Drandom_exercise.c102 void truncate_file(int fd) in truncate_file() function
160 truncate_file(fd); in main()
/third_party/exfatprogs/fsck/
Dfsck.c430 goto truncate_file; in check_clus_chain()
444 goto truncate_file; in check_clus_chain()
461 goto truncate_file; in check_clus_chain()
472 goto truncate_file; in check_clus_chain()
480 goto truncate_file; in check_clus_chain()
490 goto truncate_file; in check_clus_chain()
509 goto truncate_file; in check_clus_chain()
515 truncate_file: in check_clus_chain()
/third_party/boost/boost/interprocess/detail/
Dfile_wrapper.hpp193 if(!truncate_file(m_handle, length)){ in truncate()
Dos_file_functions.hpp154 inline bool truncate_file (file_handle_t hnd, std::size_t size) in truncate_file() function
488 inline bool truncate_file (file_handle_t hnd, std::size_t size)
/third_party/boost/boost/interprocess/
Dshared_memory_object.hpp240 if(!ipcdetail::truncate_file(m_handle, length)){ in truncate()