Searched refs:LINE_DIR (Results 1 – 2 of 2) sorted by relevance
84 local LINE_DIR=$CONFIGFS_DIR/$CHIP/$BANK/line$OFFSET86 test -d $LINE_DIR || mkdir $LINE_DIR87 echo $NAME > $LINE_DIR/name || fail "Unable to set the line name"
243 LINE_DIR="$CONFIGFS_SIM_DIR/$CHIP/$BANK/line$IDX"244 mkdir -p $LINE_DIR245 echo "$LINE_NAME" > "$LINE_DIR/name" || fail "unable to set the line name"