Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/damon/
H A 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 …]
/OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/
H A Dupgrade.py303 orig_content = f.read()
308 f.write(orig_content)