Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/damon/
Ddebugfs_attrs.sh7 orig_content=$3
16 echo "$orig_content" > "$file"
31 orig_content=$2
40 echo "$orig_content" > "$file"
51 orig_content=$(cat "$file")
53 test_write_succ "$file" "1 2 3 4 5" "$orig_content" "valid input"
54 test_write_fail "$file" "1 2 3 4" "$orig_content" "no enough fields"
55 test_write_fail "$file" "1 2 3 5 4" "$orig_content" \
57 test_content "$file" "$orig_content" "1 2 3 4 5" "successfully written"
58 echo "$orig_content" > "$file"
[all …]