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

/system/vold/
H A DCommandListener.cpp252 auto toVol = vm->findVolume(std::string(argv[3])); local
253 if (fromVol == nullptr || toVol == nullptr) {
257 (new android::vold::MoveTask(fromVol, toVol))->start();

Completed in 27 milliseconds