Searched defs:truncate_file (Results 1 – 2 of 2) sorted by relevance
102 void truncate_file(int fd) in truncate_file() function
40 def truncate_file(file: Path, max_len: int = 5): function