Searched refs:content_size (Results 1 – 1 of 1) sorted by relevance
221 content_size=$(get_content_size)259 if [ $(($content_size+$file_size)) -gt $MEMORY_CAP ]265 content_size=$(($content_size+$file_size))279 content_size=$(get_content_size)280 if [ $content_size -gt $MEMORY_CAP ]282 echo "Error: The contents of '$PRELOAD_FILE' is $content_size bytes which"\