Searched refs:toVol (Results 1 – 1 of 1) sorted by relevance
252 auto toVol = vm->findVolume(std::string(argv[3])); in runCommand() local253 if (fromVol == nullptr || toVol == nullptr) { in runCommand()257 (new android::vold::MoveTask(fromVol, toVol))->start(); in runCommand()