Home
last modified time | relevance | path

Searched refs:TotalRAM (Results 1 – 4 of 4) sorted by relevance

/build/soong/ui/build/
Dbuild.go145 if totalRAM := config.TotalRAM(); totalRAM != 0 {
Dconfig.go759 func (c *configImpl) TotalRAM() uint64 { func
/build/soong/cmd/multiproduct_kati/
Dmain.go229 ramGb := int(config.TotalRAM() / 1024 / 1024 / 1024)
/build/soong/cmd/soong_ui/
Dmain.go186 buildCtx.Verbosef("Detected %.3v GB total RAM", float32(config.TotalRAM())/(1024*1024*1024))