Home
last modified time | relevance | path

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

/aosp14/system/core/llkd/
H A Dlibllkd.cpp129 size_t available_bytes; member in __anon2d7442be0110::dir
137 if (available_bytes != 0) return true; in fill()
142 available_bytes = rc; in fill()
148 dir() : fd(-1), available_bytes(0), next(nullptr) {} in dir()
154 available_bytes(0), in dir()
159 available_bytes(0), in dir()
164 available_bytes(0), in dir()
184 available_bytes = 0; in reset()
200 available_bytes = 0; in rewind()
208 available_bytes -= next->d_reclen; in read()
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt36916 field public static final String COLUMN_AVAILABLE_BYTES = "available_bytes";