Searched refs:my_file_paths (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dtests.c4705 char * my_file_paths[ AIO_TESTS_OUR_COUNT ]; local
4712 memset( &my_file_paths[0], 0x00, sizeof( my_file_paths ) );
4720 my_kr = vm_allocate((vm_map_t) mach_task_self(), (vm_address_t*)&my_file_paths[ i ], PATH_MAX, VM_FLAGS_ANYWHERE);
4726 my_pathp = my_file_paths[ i ];
4949 if ( my_file_paths[ i ] != NULL ) {
4950 remove( my_file_paths[ i ] );
4951 vm_deallocate(mach_task_self(), (vm_address_t)my_file_paths[ i ], PATH_MAX);
4952 my_file_paths[ i ] = NULL;

Completed in 13 milliseconds