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

/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dtests.c4331 char * my_file2_pathp = NULL; local
4376 my_kr = vm_allocate((vm_map_t) mach_task_self(), (vm_address_t*)&my_file2_pathp, PATH_MAX, VM_FLAGS_ANYWHERE);
4382 *my_file2_pathp = 0x00;
4383 strcat( my_file2_pathp, &g_target_path[0] );
4384 strcat( my_file2_pathp, "/" );
4387 my_err = create_random_name( my_file2_pathp, 1 );
4392 my_fd2 = open( my_file2_pathp, O_RDWR, 0 );
4408 my_err = exchangedata( my_file1_pathp, my_file2_pathp, 0 );
4447 if ( my_file2_pathp != NULL ) {
4448 remove( my_file2_pathp );
[all...]

Completed in 68 milliseconds