Searched defs:OutputDir (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Split/
H A DSplit.c88 [-p, --prefix OutputDir]\n\
221 CHAR8 *OutputDir = NULL; local
256 OutputDir = argv[1];
257 if (OutputDir == NULL) {
381 if (OutputDir != NULL) {
383 if (chdir(OutputDir) != 0) {
384 Warning (NULL, 0, 0, NULL, "Change dir to OutputDir Fail.");
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/AutoGen/
H A DAutoGen.py685 OutputDir = property(_GetOutputDir) variable in class:WorkspaceAutoGen
1094 if os.path.isabs(self.OutputDir):
1096 path.abspath(self.OutputDir),
1102 self.OutputDir,
1902 OutputDir = property(_GetOutputDir) variable in class:PlatformAutoGen
2053 self._Macro["OUTPUT_DIR" ] = self.OutputDir
2547 AutoFile = PathClass(gAutoGenStringFormFileName % {"module_name":self.Name}, self.OutputDir)
2724 OutputDir = self.OutputDir.replace('\\','/').strip('/')
2727 File = Item.Target.Path.replace('\\','/').strip('/').replace(OutputDir,'')
2882 OutputDir = property(_GetOutputDir) variable in class:ModuleAutoGen
[all...]

Completed in 206 milliseconds