OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
481
unsigned
mirrorPos
, maxSize;
483
if (Xwarp::status(&r, &
mirrorPos
, &maxSize)) {
487
snprintf(msg, sizeof(msg), "%s %u %u", (r ? "ready" : "not-ready"),
mirrorPos
, maxSize);
Completed in 115 milliseconds