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

/fuchsia/zircon/system/uapp/disk-pave/
H A Ddevice-partitioner.h100 // Returns the |start_out| block and |length_out| blocks, indicating
103 zx_status_t FindFirstFit(size_t bytes_requested, size_t* start_out, size_t* length_out) const;
H A Ddevice-partitioner.cpp326 zx_status_t GptDevicePartitioner::FindFirstFit(size_t bytes_requested, size_t* start_out, argument
378 *start_out = next;

Completed in 83 milliseconds