Home
last modified time | relevance | path

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

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