Home
last modified time | relevance | path

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

/system/vold/model/
DPublicVolume.cpp246 bool is_ready = false; in doMount() local
247 callback->onVolumeChecking(std::move(fd), getPath(), getInternalPath(), &is_ready); in doMount()
248 if (!is_ready) { in doMount()
DEmulatedVolume.cpp355 bool is_ready = false; in doMount() local
356 callback->onVolumeChecking(std::move(fd), getPath(), getInternalPath(), &is_ready); in doMount()
357 if (!is_ready) { in doMount()