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

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

Completed in 57 milliseconds