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

  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
ConsoleLogger.c 699 CHAR16 *StringCopy;
702 StringCopy = NULL;
703 StringCopy = StrnCatGrow(&StringCopy, NULL, String, 0);
704 if (StringCopy == NULL) {
708 for ( Walker = StringCopy
709 , LineStart = StringCopy
806 SHELL_FREE_NON_NULL(StringCopy);
816 SHELL_FREE_NON_NULL(StringCopy);
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Shell/
PVRShell.cpp 52 static bool StringCopy(char *&pszStr, const char * const pszSrc);
501 StringCopy(m_pShellData->pszAppName, (char*)ptrValue);
504 StringCopy(m_pShellData->pszExitMessage, (char*)ptrValue);
    [all...]

Completed in 7450 milliseconds