Lines Matching refs:PRELOAD_FILE
22 PRELOAD_FILE="preload.txt"
30 echo -e "This script verifies that the $PRELOAD_FILE file meets"\
83 preload_contents=($(cat $working_dir$PRELOAD_FILE | tr '\r' ' '))
129 if check_file_exists_silent $PRELOAD_FILE
131 echo "Error: '$PRELOAD_FILE' already exists in the directory"
135 touch $working_dir$PRELOAD_FILE
137 if ! check_file_exists $PRELOAD_FILE
150 check_text "cos.xml" $PRELOAD_FILE
152 append_text "cos.xml" $PRELOAD_FILE
160 check_text "app.xml" $PRELOAD_FILE
162 append_text "app.xml" $PRELOAD_FILE
177 "$MEMORY_CAP bytes, and will not be added to '$PRELOAD_FILE'"
179 append_text $rpx_file $PRELOAD_FILE
187 "Unabled to determine which one to add to '$PRELOAD_FILE'"
194 …rpx_file=(`cat $working_dir$PRELOAD_FILE | tr -cs '[:upper:][:lower:][:punct:][:digit:]' '[\n*]' |…
204 echo "Warning: No rpx file specified in '$PRELOAD_FILE'"
212 echo "Error: Multiple rpx files specified in '$PRELOAD_FILE'"
224 …rpl_file=(`cat $working_dir$PRELOAD_FILE | tr -cs '[:upper:][:lower:][:punct:][:digit:]' '[\n*]' |…
256 check_text $i $PRELOAD_FILE
261 echo "Warning: Unable to add $i to '$PRELOAD_FILE';"\
264 append_text $i $PRELOAD_FILE
282 echo "Error: The contents of '$PRELOAD_FILE' is $content_size bytes which"\
291 echo -e "\nErrors were encountered. Pleae check that $PRELOAD_FILE meets"\