Searched refs:NAME_SIZE (Results 1 – 6 of 6) sorted by relevance
/external/gptfdisk/ |
D | gptpart.cc | 40 memset(name, 0, NAME_SIZE * sizeof(name[0]) ); in GPTPart() 86 while ( ( pos < NAME_SIZE ) && ( name[ pos ] != 0 ) ) { in GetDescription() 97 if ( pos >= NAME_SIZE ) { in GetDescription() 183 memset(name, 0, NAME_SIZE * sizeof(name[0]) ); 184 theName.extractBetween(0, NAME_SIZE, (UChar*) name); 198 for ( size_t i = 0 ; pos < NAME_SIZE && i < len ; ) { 243 if ( pos > NAME_SIZE - 2 ) { 258 while ( pos < NAME_SIZE ) { 276 memcpy(name, orig.name, NAME_SIZE * sizeof( name[ 0 ] ) ); 398 memset(name, 0, NAME_SIZE * sizeof( name[0]) ); [all …]
|
D | gptcurses.cc | 322 char temp[NAME_SIZE + 1]; in ShowInfo() 339 partitions[partNum].GetDescription().extract(0, NAME_SIZE , temp, NAME_SIZE ); in ShowInfo() 349 char temp[NAME_SIZE + 1]; in ChangeName() 356 partitions[partNum].GetDescription().extract(0, NAME_SIZE , temp, NAME_SIZE ); in ChangeName() 363 getnstr(temp, NAME_SIZE ); in ChangeName()
|
D | support.h | 70 #define NAME_SIZE 36 // GPT allows 36 UTF-16LE code units for a name in a 128 byte partition entry macro
|
D | gptpart.h | 53 uint16_t name[NAME_SIZE];
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/ |
D | 23-1.c | 38 #define NAME_SIZE 20 macro 47 char name[NAME_SIZE];
|
/external/grpc-grpc-java/netty/shaded/ |
D | grpc-netty-shaded-1.14.0.jar | META-INF/
META-INF/MANIFEST.MF
io/
io/grpc/
io/ ... |