Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/damon/
H A Dsysfs.sh38 to_ensure=$2
39 if [ "$to_ensure" = "exist" ] && [ ! -d "$dir" ]
43 elif [ "$to_ensure" = "not_exist" ] && [ -d "$dir" ]
53 to_ensure=$2
55 if [ "$to_ensure" = "exist" ]
68 elif [ "$to_ensure" = "not_exist" ] && [ -f "$dir" ]