Searched refs:FVM_NAME_LEN (Results 1 – 7 of 7) sorted by relevance
| /system/ulib/fvm/include/fvm/ |
| A D | fvm.h | 18 #define FVM_NAME_LEN 24 macro 54 memcpy(name, name_, FVM_NAME_LEN); in init() 66 uint8_t name[FVM_NAME_LEN];
|
| A D | fvm-sparse.h | 69 uint8_t name[FVM_NAME_LEN];
|
| /system/dev/block/fvm/ |
| A D | vpartition.cpp | 249 if (max < FVM_NAME_LEN + 1) in DdkIoctl() 254 memcpy(name, mgr_->GetAllocatedVPartEntry(entry_index_)->name, FVM_NAME_LEN); in DdkIoctl() 255 name[FVM_NAME_LEN] = 0; in DdkIoctl()
|
| A D | fvm.cpp | 90 char name[FVM_NAME_LEN + 32]; in AddPartition() 91 snprintf(name, sizeof(name), "%.*s-p-%zu", FVM_NAME_LEN, ename, vp->GetEntryIndex()); in AddPartition()
|
| /system/ulib/fvm-host/include/fvm-host/ |
| A D | format.h | 85 strncpy(reinterpret_cast<char*>(partition->name), Name(), FVM_NAME_LEN); in GetPartitionInfo()
|
| /system/ulib/fvm/ |
| A D | fvm-check.cpp | 295 logger_.Log(" Name: %.*s\n", FVM_NAME_LEN, vpart_table[i].name); in CheckFVM()
|
| /system/utest/fvm/ |
| A D | fvm.cpp | 605 char name[FVM_NAME_LEN + 1]; in TestAllocateOne() 1848 char name[FVM_NAME_LEN + 1]; in TestPersistenceSimple()
|
Completed in 619 milliseconds