HomeSort by relevance Sort by last modified time
    Searched refs:recv_filesize (Results 1 - 4 of 4) sorted by null

  /external/ltp/testcases/network/stress/ftp/
ftp-download-stress01-rmt 43 recv_filesize=$(echo "$out" | awk '{print $2}')
45 if [ "$recv_filesize" != "size=$filesize" ]; then
ftp-download-stress02-rmt 68 recv_filesize=$(echo "$out" | awk '{print $2}')
70 if [ "$recv_filesize" != "size=$filesize" ]; then
  /external/ltp/testcases/network/stress/http/
http-stress01-rmt 45 recv_filesize=$(echo "$out" | awk '{print $2}')
47 if [ $recv_filesize != "size=$filesize" ]; then
http-stress02-rmt 69 recv_filesize=$(echo "$out" | awk '{print $2}')
71 if [ $recv_filesize != "size=$filesize" ]; then

Completed in 407 milliseconds