Home
last modified time | relevance | path

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

/xnu-8796.101.5/tools/tests/perf_index/
H A Dperfindex-file_write.c23 return test_file_write(tempdir, thread_id, num_threads, length, 0L);
H A Dtest_file_helper.h13 int test_file_write(char* path, int thread_id, int num_threads, long long length, long long max_fil…
H A Dperfindex-ram_file_write.c23 return test_file_write(ramdisk_path, thread_id, num_threads, length, 0L);
H A Dtest_file_helper.c166 test_file_write(char* path, int thread_id, int num_threads, long long length, long long max_file_si… in test_file_write() function