/external/vboot_reference/host/arch/mips/lib/ |
D | crossystem_arch.c | 51 return StrCopy(dest, "UnknownMipsHwid", size); in VbGetArchPropertyString() 53 return StrCopy(dest, "UnknownMipsFwid", size); in VbGetArchPropertyString() 55 return StrCopy(dest, "UnknownMipsRoFwid", size); in VbGetArchPropertyString() 57 return StrCopy(dest, "A", size); in VbGetArchPropertyString() 59 return StrCopy(dest, "developer", size); in VbGetArchPropertyString() 61 return StrCopy(dest, "RO", size); in VbGetArchPropertyString()
|
/external/vboot_reference/host/arch/x86_64/lib/ |
D | crossystem_arch.c | 397 return StrCopy(dest, "netboot", size); in VbReadMainFwType() 399 return StrCopy(dest, "recovery", size); in VbReadMainFwType() 401 return StrCopy(dest, "normal", size); in VbReadMainFwType() 403 return StrCopy(dest, "developer", size); in VbReadMainFwType() 413 return StrCopy(dest, "nonchrome", size); in VbReadMainFwType() 417 return StrCopy(dest, "normal", size); in VbReadMainFwType() 419 return StrCopy(dest, "developer", size); in VbReadMainFwType() 428 return StrCopy(dest, "recovery", size); in VbReadMainFwType() 496 return StrCopy(dest, p->platform_string, size); in ReadPlatformFamilyString() 825 return StrCopy(dest, "x86", size); in VbGetArchPropertyString() [all …]
|
/external/vboot_reference/host/arch/x86/lib/ |
D | crossystem_arch.c | 397 return StrCopy(dest, "netboot", size); in VbReadMainFwType() 399 return StrCopy(dest, "recovery", size); in VbReadMainFwType() 401 return StrCopy(dest, "normal", size); in VbReadMainFwType() 403 return StrCopy(dest, "developer", size); in VbReadMainFwType() 413 return StrCopy(dest, "nonchrome", size); in VbReadMainFwType() 417 return StrCopy(dest, "normal", size); in VbReadMainFwType() 419 return StrCopy(dest, "developer", size); in VbReadMainFwType() 428 return StrCopy(dest, "recovery", size); in VbReadMainFwType() 496 return StrCopy(dest, p->platform_string, size); in ReadPlatformFamilyString() 825 return StrCopy(dest, "x86", size); in VbGetArchPropertyString() [all …]
|
/external/zlib/src/contrib/pascal/ |
D | example.pas | 66 StrCopy(PChar(uncompr), 'garbage'); 127 StrCopy(PChar(uncompr), 'garbage'); 234 StrCopy(PChar(uncompr), 'garbage'); 329 StrCopy(PChar(uncompr), 'garbage'); 412 StrCopy(PChar(uncompr), 'garbage'); 489 StrCopy(PChar(uncompr), 'garbage');
|
/external/sonivox/arm-wt-22k/host_src/ |
D | eas_main.c | 53 static void StrCopy(char *dest, const char *src, EAS_I32 size); 90 StrCopy(waveFilename, filename, sizeof(waveFilename)); in PlayFile() 364 static void StrCopy(char *dest, const char *src, EAS_I32 size) in StrCopy() function
|
/external/vboot_reference/host/lib/include/ |
D | host_misc.h | 17 char* StrCopy(char* dest, const char* src, int dest_size);
|
/external/vboot_reference/host/arch/arm/lib/ |
D | crossystem_arch.c | 122 StrCopy(path, property, size); in GetFdtPropertyPath() 558 return StrCopy(dest, "arm", size); in VbGetArchPropertyString() 581 rv = StrCopy(dest, str, size); in VbGetArchPropertyString()
|
/external/vboot_reference/host/lib/ |
D | crossystem.c | 355 StrCopy(dest, "A", size); in GetVdatString() 358 StrCopy(dest, "B", size); in GetVdatString() 361 StrCopy(dest, "recovery", size); in GetVdatString()
|
D | host_misc.c | 20 char* StrCopy(char* dest, const char* src, int dest_size) { in StrCopy() function
|
/external/llvm/lib/Support/ |
D | YAMLParser.cpp | 2381 StringRef StrCopy = NullTerminatedStr.copy(NodeAllocator).drop_back(); in parseBlockNode() local 2384 TagInfo.Range, StrCopy, T.Range); in parseBlockNode()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | YAMLParser.cpp | 2379 StringRef StrCopy = NullTerminatedStr.copy(NodeAllocator).drop_back(); in parseBlockNode() local 2382 TagInfo.Range, StrCopy, T.Range); in parseBlockNode()
|