Searched refs:rpx_file (Results 1 – 1 of 1) sorted by relevance
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_FILE190 unset rpx_file194 …rpx_file=(`cat $working_dir$PRELOAD_FILE | tr -cs '[:upper:][:lower:][:punct:][:digit:]' '[\n*]' |…197 if ! check_file_exists $rpx_file199 unset rpx_file206 rpx_file=(`find $working_dir -maxdepth 1 -name '*.rpx'`)[all …]