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

/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dtests.c3684 char * my_new_pathp = NULL; local
3705 my_kr = vm_allocate((vm_map_t) mach_task_self(), (vm_address_t*)&my_new_pathp, PATH_MAX, VM_FLAGS_ANYWHERE);
3711 *my_new_pathp = 0x00;
3712 strcat( my_new_pathp, &g_target_path[0] );
3713 strcat( my_new_pathp, "/" );
3716 my_err = create_random_name( my_new_pathp, 0 );
3730 my_err = rename( my_pathp, my_new_pathp );
3744 my_err = stat( my_new_pathp, &my_sb );
3765 if ( my_new_pathp != NULL ) {
3766 remove( my_new_pathp );
[all...]

Completed in 16 milliseconds