Home
last modified time | relevance | path

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

/xnu-8020.121.3/tools/tests/perf_index/
H A Dperfindex-file_write.c19 return test_file_write_setup(tempdir, num_threads, length);
H A Dtest_file_helper.h12 int test_file_write_setup(char* path, int num_threads, long long length);
H A Dperfindex-ram_file_write.c19 return test_file_write_setup(ramdisk_path, num_threads, length);
H A Dtest_file_helper.c140 test_file_write_setup(char* path, int num_threads, long long length) in test_file_write_setup() function