Home
last modified time | relevance | path

Searched refs:FVM_NAME_LEN (Results 1 – 7 of 7) sorted by relevance

/system/ulib/fvm/include/fvm/
A Dfvm.h18 #define FVM_NAME_LEN 24 macro
54 memcpy(name, name_, FVM_NAME_LEN); in init()
66 uint8_t name[FVM_NAME_LEN];
A Dfvm-sparse.h69 uint8_t name[FVM_NAME_LEN];
/system/dev/block/fvm/
A Dvpartition.cpp249 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 Dfvm.cpp90 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 Dformat.h85 strncpy(reinterpret_cast<char*>(partition->name), Name(), FVM_NAME_LEN); in GetPartitionInfo()
/system/ulib/fvm/
A Dfvm-check.cpp295 logger_.Log(" Name: %.*s\n", FVM_NAME_LEN, vpart_table[i].name); in CheckFVM()
/system/utest/fvm/
A Dfvm.cpp605 char name[FVM_NAME_LEN + 1]; in TestAllocateOne()
1848 char name[FVM_NAME_LEN + 1]; in TestPersistenceSimple()

Completed in 619 milliseconds