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

  /external/ltp/testcases/network/stress/ftp/
ftp-upload-stress01-rmt 55 send_filesize=$(echo "$out" | awk '{print $2}')
57 if [ "$send_filesize" != "size=$filesize" ]; then
ftp-upload-stress02-rmt 81 send_filesize=$(echo "$out" | awk '{print $2}')
83 if [ "$send_filesize" != "size=$filesize" ]; then

Completed in 458 milliseconds