Searched refs:gpt_device_t (Results 1 – 8 of 8) sorted by relevance
| /system/ulib/gpt/include/gpt/ |
| A D | gpt.h | 39 } gpt_device_t; typedef 57 void gpt_device_release(gpt_device_t* dev); 64 int gpt_device_sync(gpt_device_t* dev); 69 int gpt_device_finalize(gpt_device_t* dev); 80 int gpt_partition_clear(gpt_device_t* dev, uint64_t offset, uint64_t blocks); 83 int gpt_partition_remove(gpt_device_t* dev, const uint8_t* guid); 86 int gpt_partition_remove_all(gpt_device_t* dev); 92 void gpt_device_get_header_guid(const gpt_device_t* dev, 96 int gpt_get_diffs(const gpt_device_t* dev, int idx, unsigned* diffs); 99 void print_table(const gpt_device_t* device); [all …]
|
| /system/ulib/chromeos-disk-setup/include/chromeos-disk-setup/ |
| A D | chromeos-disk-setup.h | 24 bool is_cros(const gpt_device_t* gpt); 29 bool is_ready_to_pave(const gpt_device_t* gpt, const block_info_t* block_info, 43 zx_status_t config_cros_for_fuchsia(gpt_device_t* gpt,
|
| /system/utest/chromeos-disk-setup/ |
| A D | chromeos-disk-setup.cpp | 128 gpt_device_t* Device() { in Device() 164 gpt_device_t* device_; 234 gpt_device_t* device = test->Device(); in create_kern_roots_state() 257 gpt_device_t* device = test->Device(); in create_default_c_parts() 384 gpt_device_t* dev = test.Device(); in TestDefaultConfig() 404 gpt_device_t* dev = test.Device(); in TestAlreadyConfigured() 431 gpt_device_t* dev = test.Device(); in TestNoCParts() 455 gpt_device_t* dev = test.Device(); in TestNoRootc() 484 gpt_device_t* dev = test.Device(); in TestNoKernc() 517 gpt_device_t* dev = test.Device(); in TestDiskTooSmall() [all …]
|
| /system/ulib/gpt/ |
| A D | gpt.cpp | 74 gpt_device_t device; 131 int gpt_device_finalize_and_sync(gpt_device_t* dev, bool persist) { in gpt_device_finalize_and_sync() 293 void print_table(const gpt_device_t* device) { in print_table() 320 int gpt_get_diffs(const gpt_device_t* dev, int idx, unsigned* diffs) { in gpt_get_diffs() 468 void gpt_device_release(gpt_device_t* dev) { in gpt_device_release() 473 int gpt_device_finalize(gpt_device_t* dev) { in gpt_device_finalize() 477 int gpt_device_sync(gpt_device_t* dev) { in gpt_device_sync() 589 int gpt_partition_remove(gpt_device_t* dev, const uint8_t* guid) { in gpt_partition_remove() 614 int gpt_partition_remove_all(gpt_device_t* dev) { in gpt_partition_remove_all() 624 void gpt_device_get_header_guid(const gpt_device_t* dev, in gpt_device_get_header_guid() [all …]
|
| /system/uapp/gpt/ |
| A D | gpt.cpp | 119 gpt_device_t* gpt; in init() 141 void dump(const gpt_device_t* gpt, int* count) { in dump() 179 gpt_device_t* gpt = init(dev, &fd); in dump_partitions() 242 gpt_device_t* gpt = init(dev, &fd); in init_gpt() 257 gpt_device_t* gpt = init(dev, &fd); in add_partition() 435 gpt_device_t* gpt = init(dev, &fd); in remove_partition() 460 gpt_device_t* gpt = NULL; in adjust_partition() 518 gpt_device_t* gpt = NULL; in edit_partition() 561 gpt_device_t* gpt = NULL; in edit_cros_partition() 674 gpt_device_t* gpt = NULL; in set_visibility() [all …]
|
| /system/ulib/chromeos-disk-setup/ |
| A D | chromeos-disk-setup.cpp | 67 gpt_partition_t* find_by_type(const gpt_device_t* gpt, const uint8_t type_guid[GPT_GUID_LEN]) { in find_by_type() 81 gpt_partition_t* find_by_type_and_name(const gpt_device_t* gpt, const uint8_t type_guid[GPT_GUID_LE… in find_by_type_and_name() 97 bool find_space(gpt_device_t* gpt, in find_space() 146 zx_status_t create_gpt_entry(gpt_device_t* gpt, const uint64_t first, in create_gpt_entry() 165 bool is_cros(const gpt_device_t* gpt) { in is_cros() 196 bool is_ready_to_pave(const gpt_device_t* gpt, const block_info_t* blk_info, in is_ready_to_pave() 248 zx_status_t config_cros_for_fuchsia(gpt_device_t* gpt, in config_cros_for_fuchsia()
|
| /system/uapp/disk-pave/ |
| A D | device-partitioner.h | 100 gpt_device_t* GetGpt() const { return gpt_; } in GetGpt() 129 GptDevicePartitioner(fbl::unique_fd devfs_root, fbl::unique_fd fd, gpt_device_t* gpt, in GptDevicePartitioner() 139 gpt_device_t* gpt_;
|
| A D | device-partitioner.cpp | 344 gpt_device_t* gpt; in InitializeGpt() 735 gpt_device_t* gpt = gpt_partitioner->GetGpt(); in Initialize()
|
Completed in 23 milliseconds