Home
last modified time | relevance | path

Searched refs:test_path (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/casenorm/
H A Dmixed_create_failure.ksh83 test_path="$testdir/$obj_type"
84 mkdir $test_path
85 log_note "Created test dir $test_path"
88 > $test_path/$target_obj
89 log_note "Created target: $test_path/$target_obj"
90 op="$op $test_path/$target_obj"
96 cmd="$op $test_path/$name"
102 save_name="$test_path/$name"
112 TMP_OBJ="$test_path/tmp_obj"
/freebsd/tests/sys/posixshm/
H A Dposixshm_test.c53 static char test_path[TEST_PATH_LEN]; variable
75 gen_a_test_path(test_path); in gen_test_path()
126 if (shm_unlink(test_path) < 0) in scribble_object()
128 fd = shm_open(test_path, O_CREAT | O_EXCL | O_RDWR, 0777); in scribble_object()
310 fd = scribble_object(test_path, '1'); in ATF_TC_BODY()
323 ATF_REQUIRE_MSG(shm_unlink(test_path) != -1, in ATF_TC_BODY()
333 rc = shm_rename(SHM_ANON, test_path, 0); in ATF_TC_BODY()
347 rc = shm_rename(test_path, bad_path, 0); in ATF_TC_BODY()
351 rc = shm_rename(bad_path, test_path, 0); in ATF_TC_BODY()
363 rc = shm_rename(test_path, test_path2, 0); in ATF_TC_BODY()
[all …]