Searched refs:gpt_device_range (Results 1 – 5 of 5) sorted by relevance
| /system/ulib/gpt/include/gpt/ |
| A D | gpt.h | 60 int gpt_device_range(const gpt_device_t* dev, uint64_t* block_start, uint64_t* block_end);
|
| /system/utest/chromeos-disk-setup/ |
| A D | chromeos-disk-setup.cpp | 238 ASSERT_EQ(gpt_device_range(device, &disk_start, &disk_end), 0, in create_kern_roots_state() 259 gpt_device_range(device, &begin, &end); in create_default_c_parts() 522 gpt_device_range(dev, &reserved, &unused); in TestDiskTooSmall()
|
| /system/uapp/gpt/ |
| A D | gpt.cpp | 190 if (gpt_device_range(gpt, &start, &end)) { in dump_partitions() 474 if ((rc = gpt_device_range(gpt, &block_start, &block_end)) < 0) { in adjust_partition() 807 gpt_device_range(gpt, &first_usable, &last_usable); in repartition()
|
| /system/ulib/chromeos-disk-setup/ |
| A D | chromeos-disk-setup.cpp | 110 gpt_device_range(gpt, &first_usable, &last_usable); in find_space()
|
| /system/ulib/gpt/ |
| A D | gpt.cpp | 481 int gpt_device_range(const gpt_device_t* dev, uint64_t* block_start, uint64_t* block_end) { in gpt_device_range() function
|
Completed in 11 milliseconds