Searched refs:maxSize (Results 1 - 4 of 4) sorted by relevance

/system/vold/
H A DXwarp.h31 static int status(bool *ready, unsigned *mirrorPos, unsigned *maxSize);
H A DXwarp.cpp44 int Xwarp::status(bool *ready, unsigned *mirrorPos, unsigned *maxSize) { argument
49 *maxSize = 0;
61 fscanf(fp, "%u %u", mirrorPos, maxSize);
H A DCommandListener.cpp520 unsigned mirrorPos, maxSize; local
522 if (Xwarp::status(&r, &mirrorPos, &maxSize)) {
526 snprintf(msg, sizeof(msg), "%s %u %u", (r ? "ready" : "not-ready"), mirrorPos, maxSize);
/system/security/softkeymaster/
H A Dkeymaster_openssl.cpp349 size_t maxSize; local

Completed in 715 milliseconds