HomeSort by relevance Sort by last modified time
    Searched defs:CmdLine (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Block/ramdisk/
ramdisk.c 316 CHAR16 *CmdLine = Image->LoadOptions;
322 while( CmdLen > 0 && *CmdLine != L' ' ) {
324 CmdLine++;
331 CopyMem( Size, CmdLine, MIN(CmdLen, (INT32)sizeof(Size)));
  /device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
Main.c 154 Parse the CmdLine and break it up into Argc (arg count) and Argv (array of
156 converted to string terminators. This allows Argv to point into CmdLine.
157 A CmdLine can support multiple commands. The next command in the command line
160 @param CmdLine String to parse for a set of commands
161 @param Argc Returns the number of arguments in the CmdLine current command
162 @param Argv Argc pointers to each string in CmdLine
168 IN CHAR8 *CmdLine,
179 if (AsciiStrLen (CmdLine) == 0) {
186 for (Char = CmdLine, Arg = 0; *Char != '\0'; Char++) {
526 @param CmdLine Command Line to process.
    [all...]
  /external/llvm/lib/Fuzzer/
FuzzerUtil.cpp 116 const char *CmdLine = nullptr;
118 CmdLine = "nproc";
120 CmdLine = "sysctl -n hw.ncpu";
125 FILE *F = popen(CmdLine, "r");
130 CmdLine, __func__);
137 CmdLine, __func__);
143 N, CmdLine, __func__);
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
Shell.c 197 @param[in] CmdLine The command line to parse.
199 @retval TRUE CmdLine has a valid split.
200 @retval FALSE CmdLine does not have a valid split.
204 IN CONST CHAR16 *CmdLine
211 FirstQuote = FindNextInstance (CmdLine, L"\"", TRUE);
213 TempSpot = FindFirstCharacter(CmdLine, L"|", L'^');
    [all...]
  /external/llvm/utils/FileCheck/
FileCheck.cpp 892 std::unique_ptr<MemoryBuffer> CmdLine = MemoryBuffer::getMemBufferCopy(
896 CmdLine->getBuffer().substr(Prefix.size(), PatternString.size());
897 SM.AddNewSourceBuffer(std::move(CmdLine), SMLoc());
    [all...]
  /external/annotation-tools/asmx/test/lib/
jd.xslt-1.5.5.jar 

Completed in 213 milliseconds