Searched refs:CHIP_DIR (Results 1 – 1 of 1) sorted by relevance
40 for CHIP_DIR in "$CONFIGFS_SIM_DIR"/*; do41 [ -d "$CHIP_DIR" ] || continue42 echo 0 > "$CHIP_DIR/live"43 find "$CHIP_DIR" -depth -type d -exec rmdir {} \;130 for CHIP_DIR in "$CONFIGFS_AGG_DIR"/*; do131 [ -d "$CHIP_DIR" ] || continue132 echo 0 > "$CHIP_DIR/live" 2> /dev/null133 find "$CHIP_DIR" -depth -type d -exec rmdir {} \;