Home
last modified time | relevance | path

Searched refs:StrCopy (Results 1 – 11 of 11) sorted by relevance

/external/vboot_reference/host/arch/mips/lib/
Dcrossystem_arch.c51 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/
Dcrossystem_arch.c397 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/
Dcrossystem_arch.c397 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/
Dexample.pas66 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/
Deas_main.c53 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/
Dhost_misc.h17 char* StrCopy(char* dest, const char* src, int dest_size);
/external/vboot_reference/host/arch/arm/lib/
Dcrossystem_arch.c122 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/
Dcrossystem.c355 StrCopy(dest, "A", size); in GetVdatString()
358 StrCopy(dest, "B", size); in GetVdatString()
361 StrCopy(dest, "recovery", size); in GetVdatString()
Dhost_misc.c20 char* StrCopy(char* dest, const char* src, int dest_size) { in StrCopy() function
/external/llvm/lib/Support/
DYAMLParser.cpp2381 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/
DYAMLParser.cpp2379 StringRef StrCopy = NullTerminatedStr.copy(NodeAllocator).drop_back(); in parseBlockNode() local
2382 TagInfo.Range, StrCopy, T.Range); in parseBlockNode()