Home
last modified time | relevance | path

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

/xnu-8792.61.2/tools/tests/perf_index/
H A Dperfindex-file_create.c29 retval = cleanup_tempdir(tempdir);
H A Dperfindex-file_write.c32 retval = cleanup_tempdir(tempdir);
H A Dperfindex-file_read.c31 retval = cleanup_tempdir(tempdir);
H A Dtest_file_helper.h7 int cleanup_tempdir();
H A Dtest_file_helper.c24 cleanup_tempdir(char* path) in cleanup_tempdir() function