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

  /build/blueprint/bootstrap/
command.go 43 BuildDir string
49 flag.StringVar(&BuildDir, "b", ".", "the build output directory")
  /build/soong/android/
config.go 55 func (c Config) BuildDir() string {
56 return c.buildDir
79 buildDir string // the path of the build output directory
170 func TestConfig(buildDir string) Config {
176 buildDir: buildDir,
188 func NewConfig(srcDir, buildDir string) (Config, error) {
191 ConfigFileName: filepath.Join(buildDir, configFileName),
192 ProductVariablesFileName: filepath.Join(buildDir, productVariablesFileName),
195 buildDir: buildDir
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
AutoGen.py 598 self._FvDir = path.join(self.BuildDir, 'FV')
603 return self.AutoGenObjectList[0].BuildDir
631 self._MakeFileDir = self.BuildDir
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
ProcessDsc.c 599 INT8 *BuildDir;
830 BuildDir = GetSymbolValue (BUILD_DIR);
832 if (StartMultiThreadBuild (&gGlobals.LibraryList, gGlobals.ThreadNumber, BuildDir) != 0) {
841 if (StartMultiThreadBuild (&TempComponents->BuildList, gGlobals.ThreadNumber, BuildDir) != 0) {
    [all...]

Completed in 634 milliseconds