HomeSort by relevance Sort by last modified time
    Searched refs:LastMatch (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
SecureBootConfigFileExplorer.c 241 CHAR16 *LastMatch;
249 LastMatch = String;
253 LastMatch = MatchString + 1;
254 MatchString = StrStr(LastMatch,L"\\");
257 Length = StrLen(LastMatch);
258 FileName = AllocateCopyPool ((Length + 1) * sizeof(CHAR16), LastMatch);
  /external/swiftshader/third_party/LLVM/utils/FileCheck/
FileCheck.cpp 684 const char *LastMatch = Buffer.data();
702 StringRef SkippedRegion(LastMatch, Buffer.data()-LastMatch);
708 assert(LastMatch != F->getBufferStart() &&
718 SM.PrintMessage(SMLoc::getFromPointer(LastMatch),
730 SM.PrintMessage(SMLoc::getFromPointer(LastMatch),
746 SM.PrintMessage(SMLoc::getFromPointer(LastMatch+Pos),
757 LastMatch = Buffer.data();
  /device/linaro/bootloader/edk2/NetworkPkg/TlsAuthConfigDxe/
TlsAuthConfigImpl.c 889 CHAR16 *LastMatch;
897 LastMatch = String;
901 LastMatch = MatchString + 1;
902 MatchString = StrStr(LastMatch,L"\\");
905 Length = StrLen(LastMatch);
906 FileName = AllocateCopyPool ((Length + 1) * sizeof(CHAR16), LastMatch);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerUiLib/
BootMaintenance.c 384 CHAR16 *LastMatch;
392 LastMatch = String;
396 LastMatch = MatchString + 1;
397 MatchString = StrStr(LastMatch,L"\\");
400 Length = StrLen(LastMatch);
401 FileName = AllocateCopyPool ((Length + 1) * sizeof(CHAR16), LastMatch);
    [all...]

Completed in 228 milliseconds