Home
last modified time | relevance | path

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

/xnu-8020.121.3/tools/tests/perf_index/
H A Dperfindex-file_create.c23 return test_file_create(tempdir, thread_id, num_threads, length);
H A Dperfindex-ram_file_create.c23 return test_file_create(ramdisk_path, thread_id, num_threads, length);
H A Dtest_file_helper.h8 int test_file_create(char* path, int thread_id, int num_threads, long long length);
H A Dtest_file_helper.c30 test_file_create(char* path, int thread_id, int num_threads, long long length) in test_file_create() function