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

  /system/vold/
Xwarp.h 31 static int status(bool *ready, unsigned *mirrorPos, unsigned *maxSize);
Xwarp.cpp 44 int Xwarp::status(bool *ready, unsigned *mirrorPos, unsigned *maxSize) {
48 *mirrorPos = 0;
61 fscanf(fp, "%u %u", mirrorPos, maxSize);
CommandListener.cpp 537 unsigned mirrorPos, maxSize;
539 if (Xwarp::status(&r, &mirrorPos, &maxSize)) {
543 snprintf(msg, sizeof(msg), "%s %u %u", (r ? "ready" : "not-ready"), mirrorPos, maxSize);

Completed in 107 milliseconds