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

/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dtests.c1121 char * my_link_pathp = NULL; local
1146 my_kr = vm_allocate((vm_map_t) mach_task_self(), (vm_address_t*)&my_link_pathp, PATH_MAX, VM_FLAGS_ANYWHERE);
1152 *my_link_pathp = 0x00;
1153 strcat( my_link_pathp, &g_target_path[0] );
1154 strcat( my_link_pathp, "/" );
1157 my_err = create_random_name( my_link_pathp, 0 );
1243 my_err = symlink( my_pathp, my_link_pathp );
1249 my_err = lstat( my_link_pathp, &my_sb );
1258 my_err = lchown( my_link_pathp, my_orig_uid, my_new_gid1 );
1265 my_err = lstat( my_link_pathp,
[all...]

Completed in 12 milliseconds