Home
last modified time | relevance | path

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

/system/vold/model/
DPublicVolume.cpp248 bool is_ready = false; in doMount() local
249 callback->onVolumeChecking(std::move(fd), getPath(), getInternalPath(), &is_ready); in doMount()
250 if (!is_ready) { in doMount()
DEmulatedVolume.cpp392 bool is_ready = false; in doMount() local
393 callback->onVolumeChecking(std::move(fd), getPath(), getInternalPath(), &is_ready); in doMount()
394 if (!is_ready) { in doMount()