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

  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
ShellParametersProtocol.c 723 CHAR16 *StdOutFileName;
749 StdOutFileName = NULL;
830 StdOutFileName = CommandLineWalker += 6;
840 if (StdOutFileName != NULL) {
843 StdOutFileName = CommandLineWalker += 5;
853 if (StdOutFileName != NULL) {
856 StdOutFileName = CommandLineWalker += 4;
866 if (StdOutFileName != NULL) {
869 StdOutFileName = CommandLineWalker += 5;
880 if (StdOutFileName != NULL) {
    [all...]
  /external/llvm/tools/bugpoint/
ToolRunner.cpp 100 std::string StdOutFileName = StdOutFile.str();
101 std::ifstream ErrorFile(StdOutFileName.c_str());
    [all...]

Completed in 2592 milliseconds