HomeSort by relevance Sort by last modified time
    Searched refs:StrCpy (Results 26 - 42 of 42) sorted by null

12

  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/HiKeyFastbootDxe/
HiKeyFastboot.c 262 StrCpy (Entry->PartitionName, L"ptable");
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/
String.c 360 StrCpy (Destination + StrLen (Destination), Source);
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/Sec/
SecMain.c 279 StrCpy (FileNamePtr, (CHAR16*)FirmwareVolumesStr);
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Application/FirmwareUpdate/
FirmwareUpdate.c 256 StrCpy (mInputData.FileName, Argv[Index]);
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/VlvPlatformInitDxe/
IgdOpRegion.c 527 StrCpy((CHAR16*)&(mIgdOpRegion.OpRegion->Header.GOPV[0]), GopVersion);
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
SimplifyLibCalls.cpp 424 // 'strcpy' Optimizations
432 // Verify the "strcpy" function prototype.
442 if (Dst == Src) // strcpy(x,x) -> x
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shlwapi.h 227 #define StrCpy StrCpyW
233 #define StrCpy lstrcpyA
    [all...]
strsafe.h 1926 #undef strcpy macro
1927 #define strcpy macro
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/FvbRuntimeService/
FWBlockService.c     [all...]
  /external/syslinux/efi32/include/efi/
efilib.h 231 StrCpy (
  /external/syslinux/efi64/include/efi/
efilib.h 231 StrCpy (
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efilib.h 231 StrCpy (
  /device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
BdsFilePath.c     [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformSetupDxe/
SetupInfoRecords.c 768 StrCpy (BuildDateTime, ReleaseDate);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueBaseLib.h 30 #define StrCpy(_Dest, _Source) GlueStrCpy(_Dest, _Source)
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
BaseLib.h 525 StrCpy (
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/PlatformBdsLib/
BdsPlatform.c     [all...]

Completed in 1102 milliseconds

12