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

  /external/abi-compliance-checker/modules/Internals/
RegTests.pm     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
MultiThread.c 460 INT8 *BuildCmd
513 BuildCmd, // command line
562 INT8 BuildCmd[MAX_PATH];
629 sprintf (BuildCmd, "nmake -nologo -f %s all", CurrentBuildItem->Makefile);
649 if (RunBuildTask (WorkingDir, LogFile, BuildCmd)) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
scardssp.h 501 virtual HRESULT WINAPI BuildCmd(BYTE byClassId,BYTE byInsId,BYTE byP1 = 0,BYTE byP2 = 0,LPBYTEBUFFER pbyData = 0,LONG *plLe = 0) = 0;
545 HRESULT (WINAPI *BuildCmd)(ISCardCmd *This,BYTE byClassId,BYTE byInsId,BYTE byP1,BYTE byP2,LPBYTEBUFFER pbyData,LONG *plLe);
591 #define ISCardCmd_BuildCmd(This,byClassId,byInsId,byP1,byP2,pbyData,plLe) (This)->lpVtbl->BuildCmd(This,byClassId,byInsId,byP1,byP2,pbyData,plLe)
    [all...]

Completed in 826 milliseconds