Home
last modified time | relevance | path

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

/system/extras/puncture_fs/
Dpuncture_fs.c75 const u64 base_length) { in create_unique_file() argument
81 base[random() % min(base_length, size)] = get_random_char(); in create_unique_file()
94 while (length + base_length < size) { in create_unique_file()
95 if (write(fd, base, base_length) < 0) { in create_unique_file()
98 errno, base_length, file_path); in create_unique_file()
103 length += base_length; in create_unique_file()