Home
last modified time | relevance | path

Searched refs:streamSize (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/oss/src/utils/
A DUtils.cc1037 auto streamSize = stream.tellg(); in GetIOStreamLength() local
1039 return streamSize; in GetIOStreamLength()
/AliOS-Things-master/components/oss/src/
A DOssClientImpl.cc164 auto streamSize = GetIOStreamLength(*body); in addBody() local
165 httpRequest->setHeader(Http::CONTENT_LENGTH, std::to_string(streamSize)); in addBody()

Completed in 10 milliseconds