Lines Matching refs:rpx_file
169 rpx_file=(`find $working_dir -maxdepth 1 -name '*.rpx'`)
172 rpx_file=`basename $rpx_file`
173 file_size=$(get_filesize $rpx_file)
176 echo "Warning: '$rpx_file' exceeds the maximum memory size of"\
179 append_text $rpx_file $PRELOAD_FILE
190 unset rpx_file
194 …rpx_file=(`cat $working_dir$PRELOAD_FILE | tr -cs '[:upper:][:lower:][:punct:][:digit:]' '[\n*]' |…
197 if ! check_file_exists $rpx_file
199 unset rpx_file
206 rpx_file=(`find $working_dir -maxdepth 1 -name '*.rpx'`)
209 rpx_file=`basename $rpx_file`
214 unset rpx_file
234 rpl_search=($rpx_file)