Searched refs:MoveStorage (Results 1 – 4 of 4) sorted by relevance
26 void MoveStorage(const std::shared_ptr<VolumeBase>& from, const std::shared_ptr<VolumeBase>& to,
125 "MoveStorage.cpp",
259 void MoveStorage(const std::shared_ptr<VolumeBase>& from, const std::shared_ptr<VolumeBase>& to, in MoveStorage() function
358 std::thread([=]() { android::vold::MoveStorage(fromVol, toVol, listener); }).detach(); in moveStorage()