Home
last modified time | relevance | path

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

/system/uapp/disk-pave/
A Ddevice-partitioner.cpp97 fbl::unique_ptr<T> WrapUnique(T* ptr) { in WrapUnique() function
376 *gpt_out = WrapUnique(new GptDevicePartitioner(std::move(devfs_root), std::move(fd), gpt, in InitializeGpt()
617 *partitioner = WrapUnique(new EfiDevicePartitioner(std::move(gpt))); in Initialize()
753 *partitioner = WrapUnique(new CrosDevicePartitioner(std::move(gpt_partitioner))); in Initialize()
896 *partitioner = WrapUnique(new FixedDevicePartitioner(std::move(devfs_root))); in Initialize()
981 *partitioner = WrapUnique(new SkipBlockDevicePartitioner(std::move(devfs_root), in Initialize()

Completed in 5 milliseconds