Home
last modified time | relevance | path

Searched defs:writeAmount (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/cts/tests/filesystem/src/android/filesystem/cts/
H A DFileUtil.java191 public static double[] measureIO(int count, double[] readAmount, double[] writeAmount, in measureIO()
/aosp_15_r20/external/cronet/third_party/netty-tcnative/src/c/
H A Dssl.c238 …jint writeAmount = TCN_MIN(bioUserData->bufferLength, bioUserData->nonApplicationBufferLength) * s… in tcn_flush_sslbuffer_to_bytebuffer() local
271 jint writeAmount = 0; in tcn_write_to_bytebuffer() local
/aosp_15_r20/system/vold/
H A DIdleMaint.cpp679 int32_t writeAmount = currentSegmentWrite - previousSegmentWrite; in GetWriteAmount() local