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

/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dtests.c4330 char * my_file1_pathp = NULL; local
4349 my_kr = vm_allocate((vm_map_t) mach_task_self(), (vm_address_t*)&my_file1_pathp, PATH_MAX, VM_FLAGS_ANYWHERE);
4355 *my_file1_pathp = 0x00;
4356 strcat( my_file1_pathp, &g_target_path[0] );
4357 strcat( my_file1_pathp, "/" );
4360 my_err = create_random_name( my_file1_pathp, 1 );
4365 my_fd1 = open( my_file1_pathp, O_RDWR, 0 );
4408 my_err = exchangedata( my_file1_pathp, my_file2_pathp, 0 );
4415 my_fd1 = open( my_file1_pathp, O_RDONLY, 0 );
4441 if ( my_file1_pathp !
[all...]

Completed in 20 milliseconds