HomeSort by relevance Sort by last modified time
    Searched refs:OutputDir (Results 1 - 25 of 37) sorted by null

1 2

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
FfsFileStatement.py 72 OutputDir = os.path.join(GenFdsGlobalVariable.FfsDir, self.NameGuid)
73 if not os.path.exists(OutputDir):
74 os.makedirs(OutputDir)
117 sectList, align = section.GenSection(OutputDir, self.NameGuid, SecIndex, self.KeyStringList, None, Dict)
126 FfsFileOutput = os.path.join(OutputDir, self.NameGuid + '.ffs')
GenFds.py 227 if (Options.outputDir):
228 OutputDirFromCommandLine = GenFdsGlobalVariable.ReplaceWorkspaceMacro(Options.outputDir)
238 OutputDir = GenFdsGlobalVariable.OutputDirDict[Key]
239 if OutputDir[0:2] == '..':
240 OutputDir = os.path.realpath(OutputDir)
242 if OutputDir[1] != ':':
243 OutputDir = os.path.join (GenFdsGlobalVariable.WorkSpaceDir, OutputDir)
245 if not os.path.exists(OutputDir):
    [all...]
GenFdsGlobalVariable.py 271 # @param OutputDir Output directory
276 def SetDir (OutputDir, FdfParser, WorkSpace, ArchList):
277 GenFdsGlobalVariable.VerboseLogger("GenFdsGlobalVariable.OutputDir :%s" % OutputDir)
278 # GenFdsGlobalVariable.OutputDirDict = OutputDir
656 OutputDir = GenFdsGlobalVariable.OutputDirFromDscDict[GenFdsGlobalVariable.ArchList[0]]
658 OutputDir = GenFdsGlobalVariable.OutputDirFromDscDict[Arch]
660 Dict['$(OUTPUT_DIRECTORY)'] = OutputDir
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Split/
Split.c 90 [-p, --prefix OutputDir]\n\
228 CHAR8 *OutputDir = NULL;
263 OutputDir = argv[1];
264 if (OutputDir == NULL) {
388 if (OutputDir != NULL) {
390 if (chdir(OutputDir) != 0) {
391 Warning (NULL, 0, 0, NULL, "Change dir to OutputDir Fail.");
  /external/lzma/CPP/7zip/UI/Common/
Extract.h 26 FString OutputDir;
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
VpdInfoFile.py 232 OutputDir = os.path.dirname(VpdFileName)
235 OutputMapFileName = os.path.join(OutputDir, "%s.map" % BaseName)
236 OutputBinFileName = os.path.join(OutputDir, "%s.bin" % BaseName)
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Rsa2048Sha256Sign/
Rsa2048Sha256Sign.py 115 OutputDir = os.path.dirname(args.OutputFile)
116 if not os.path.exists(OutputDir):
117 print 'ERROR: The output path does not exist: %s' % OutputDir
  /external/lzma/CPP/7zip/UI/GUI/
ExtractGUI.cpp 172 FString outputDir = options.OutputDir;
174 if (outputDir.IsEmpty())
175 GetCurrentDir(outputDir);
181 if (!MyGetFullPathName(outputDir, outputDirFull))
210 outputDir = us2fs(dialog.DirPath);
223 if (!MyGetFullPathName(outputDir, options.OutputDir))
229 NName::NormalizeDirPathPrefix(options.OutputDir);
232 if (!CreateComplexDirectory(options.OutputDir))
    [all...]
  /frameworks/compile/slang/
llvm-rs-cc.cpp 68 static const char *DetermineOutputFile(const std::string &OutputDir,
76 std::string OutputFile(OutputDir);
  /external/lzma/CPP/7zip/Bundles/SFXWin/
SfxWin.cpp 169 eo.OutputDir = outputFolderDefined ? outputFolder : dirPrefix;
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
GenMake.py 536 ListFileName = os.path.join(self._AutoGenObject.OutputDir, "%s.lst" % ListFileMacro.lower()[:len(ListFileMacro) - 5])
577 "platform_output_directory" : self.PlatformInfo.OutputDir,
596 "module_output_directory" : self._AutoGenObject.OutputDir,
    [all...]
AutoGen.py     [all...]
  /external/lzma/CPP/7zip/Bundles/SFXCon/
SfxCon.cpp 358 FString outputDir;
361 outputDir = us2fs(parser[NKey::kOutputDir].PostStrings[0]);
362 NName::NormalizeDirPathPrefix(outputDir);
418 eo.OutputDir = outputDir;
  /external/clang/tools/scan-build/bin/
scan-build 51 OutputDir => undef, # Parent directory to store HTML files.
1008 my $OutputDir = $EnvVars->{"OUTPUT_DIR"};
1015 "CLANG_ANALYZER_OUTPUT_DIR=$OutputDir",
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2812033/tools/scan-build/bin/
scan-build 51 OutputDir => undef, # Parent directory to store HTML files.
1006 my $OutputDir = $EnvVars->{"OUTPUT_DIR"};
1013 "CLANG_ANALYZER_OUTPUT_DIR=$OutputDir",
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3289846/tools/scan-build/bin/
scan-build 51 OutputDir => undef, # Parent directory to store HTML files.
1008 my $OutputDir = $EnvVars->{"OUTPUT_DIR"};
1015 "CLANG_ANALYZER_OUTPUT_DIR=$OutputDir",
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3362437/tools/scan-build/bin/
scan-build 51 OutputDir => undef, # Parent directory to store HTML files.
1008 my $OutputDir = $EnvVars->{"OUTPUT_DIR"};
1015 "CLANG_ANALYZER_OUTPUT_DIR=$OutputDir",
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3859424/tools/scan-build/bin/
scan-build 51 OutputDir => undef, # Parent directory to store HTML files.
1022 my $OutputDir = $EnvVars->{"OUTPUT_DIR"};
1029 "CLANG_ANALYZER_OUTPUT_DIR=$OutputDir",
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/tools/scan-build/bin/
scan-build 51 OutputDir => undef, # Parent directory to store HTML files.
1022 my $OutputDir = $EnvVars->{"OUTPUT_DIR"};
1029 "CLANG_ANALYZER_OUTPUT_DIR=$OutputDir",
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/tools/scan-build/bin/
scan-build 51 OutputDir => undef, # Parent directory to store HTML files.
1022 my $OutputDir = $EnvVars->{"OUTPUT_DIR"};
1029 "CLANG_ANALYZER_OUTPUT_DIR=$OutputDir",
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/tools/scan-build/bin/
scan-build 51 OutputDir => undef, # Parent directory to store HTML files.
1022 my $OutputDir = $EnvVars->{"OUTPUT_DIR"};
1029 "CLANG_ANALYZER_OUTPUT_DIR=$OutputDir",
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/tools/scan-build/bin/
scan-build 51 OutputDir => undef, # Parent directory to store HTML files.
1022 my $OutputDir = $EnvVars->{"OUTPUT_DIR"};
1029 "CLANG_ANALYZER_OUTPUT_DIR=$OutputDir",
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2812033/tools/scan-build/bin/
scan-build 51 OutputDir => undef, # Parent directory to store HTML files.
1006 my $OutputDir = $EnvVars->{"OUTPUT_DIR"};
1013 "CLANG_ANALYZER_OUTPUT_DIR=$OutputDir",
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3289846/tools/scan-build/bin/
scan-build 51 OutputDir => undef, # Parent directory to store HTML files.
1008 my $OutputDir = $EnvVars->{"OUTPUT_DIR"};
1015 "CLANG_ANALYZER_OUTPUT_DIR=$OutputDir",
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3362437/tools/scan-build/bin/
scan-build 51 OutputDir => undef, # Parent directory to store HTML files.
1008 my $OutputDir = $EnvVars->{"OUTPUT_DIR"};
1015 "CLANG_ANALYZER_OUTPUT_DIR=$OutputDir",
    [all...]

Completed in 4754 milliseconds

1 2