Searched refs:get_file_sizes (Results 1 – 3 of 3) sorted by relevance
30 def get_file_sizes(): function37 return ((name + ".bin", size) for name, size in get_file_sizes())41 for name, size in get_file_sizes())
31 def get_file_sizes(): function38 return ((name + ".bin", size) for name, size in get_file_sizes())42 for name, size in get_file_sizes())
724 static int get_file_sizes(struct thread_data *td) in get_file_sizes() function875 err = get_file_sizes(td); in setup_files()