Searched refs:srcDirFileCheck (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/build/soong/ui/build/ |
H A D | config_test.go | 192 buildRootDir := filepath.Dir(srcDirFileCheck) 193 …:= fmt.Sprintf("Current working directory must be the source tree. %q not found.", srcDirFileCheck) 257 f := filepath.Join(rootDir, srcDirFileCheck) 793 rootBuildFileDir := filepath.Dir(srcDirFileCheck) 798 if err := ioutil.WriteFile(srcDirFileCheck, []byte{}, 0644); err != nil { 799 t.Fatalf("failed to create %s file: %v", srcDirFileCheck, err)
|
H A D | config.go | 158 const srcDirFileCheck = "build/soong/root.bp" const 179 if _, err := os.Stat(srcDirFileCheck); err != nil { 181 ctx.Fatalf("Current working directory must be the source tree. %q not found.", srcDirFileCheck) 1338 err := exec.Command(abfsBox, "hash", srcDirFileCheck).Run()
|