Searched refs:utf16_to_cstring (Results 1 – 7 of 7) sorted by relevance
| /system/ulib/gpt/include/gpt/ |
| A D | gpt.h | 31 char* utf16_to_cstring(char* dst, const uint16_t* src, size_t len);
|
| /system/dev/block/gpt/ |
| A D | gpt.cpp | 65 void utf16_to_cstring(char* dst, uint8_t* src, size_t charcount) { in utf16_to_cstring() function 147 utf16_to_cstring(name, device->gpt_entry.name, MIN((max - 1) * 2, GPT_NAME_LEN)); in gpt_ioctl() 377 utf16_to_cstring(pname, device->gpt_entry.name, GPT_NAME_LEN); in gpt_bind_thread()
|
| /system/ulib/chromeos-disk-setup/ |
| A D | chromeos-disk-setup.cpp | 40 utf16_to_cstring(&buf[0], (const uint16_t*)part->name, GPT_NAME_LEN/2); in part_name_eql()
|
| /system/ulib/gpt/ |
| A D | gpt.cpp | 86 utf16_to_cstring(name, (const uint16_t*)a[i]->name, GPT_NAME_LEN / 2); in print_array() 282 char* utf16_to_cstring(char* dst, const uint16_t* src, size_t len) { in utf16_to_cstring() function
|
| /system/uapp/gpt/ |
| A D | gpt.cpp | 161 i, X, utf16_to_cstring(name, (const uint16_t*)p->name, GPT_GUID_STRLEN - 1), Y); in dump() 449 utf16_to_cstring(name, (const uint16_t*)p->name, in remove_partition()
|
| /system/uapp/disk-pave/ |
| A D | device-partitioner.cpp | 45 utf16_to_cstring(cstring_name, reinterpret_cast<const uint16_t*>(part.name), GPT_NAME_LEN); in KernelFilterCallback() 58 utf16_to_cstring(cstring_name, reinterpret_cast<const uint16_t*>(part.name), GPT_NAME_LEN); in IsGigabootPartition()
|
| /system/utest/chromeos-disk-setup/ |
| A D | chromeos-disk-setup.cpp | 191 utf16_to_cstring(&buf[0], (const uint16_t*)p->name, GPT_NAME_LEN/2); in find_by_type_and_name()
|
Completed in 17 milliseconds