Home
last modified time | relevance | path

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

/aosp12/build/soong/ui/build/
H A Dbuild.go159 if totalRAM := config.TotalRAM(); totalRAM != 0 {
H A Dconfig.go347 TotalPhysicalMemory: proto.Uint64(config.TotalRAM()),
873 func (c *configImpl) TotalRAM() uint64 { func
/aosp12/build/soong/cmd/multiproduct_kati/
H A Dmain.go246 ramGb := int(config.TotalRAM() / 1024 / 1024 / 1024)
/aosp12/build/soong/cmd/soong_ui/
H A Dmain.go240 buildCtx.Verbosef("Detected %.3v GB total RAM", float32(config.TotalRAM())/(1024*1024*1024))