Searched refs:test_path (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/casenorm/ |
| HD | mixed_create_failure.ksh | 82 test_path="$testdir/$obj_type" 83 mkdir $test_path 84 log_note "Created test dir $test_path" 87 > $test_path/$target_obj 88 log_note "Created target: $test_path/$target_obj" 89 op="$op $test_path/$target_obj" 95 cmd="$op $test_path/$name" 101 save_name="$test_path/$name" 111 TMP_OBJ="$test_path/tmp_obj"
|
| /freebsd-14-stable/tests/sys/posixshm/ |
| HD | posixshm_test.c | 54 static char test_path[TEST_PATH_LEN]; variable 76 gen_a_test_path(test_path); in gen_test_path() 127 if (shm_unlink(test_path) < 0) in scribble_object() 129 fd = shm_open(test_path, O_CREAT | O_EXCL | O_RDWR, 0777); in scribble_object() 311 fd = scribble_object(test_path, '1'); in ATF_TC_BODY() 324 ATF_REQUIRE_MSG(shm_unlink(test_path) != -1, in ATF_TC_BODY() 334 rc = shm_rename(SHM_ANON, test_path, 0); in ATF_TC_BODY() 348 rc = shm_rename(test_path, bad_path, 0); in ATF_TC_BODY() 352 rc = shm_rename(bad_path, test_path, 0); in ATF_TC_BODY() 364 rc = shm_rename(test_path, test_path2, 0); in ATF_TC_BODY() [all …]
|