Home
last modified time | relevance | path

Searched refs:Header (Results 1 – 5 of 5) sorted by relevance

/build/make/core/
Dheader_library_internal.mk17 $(call pretty-error,Header libraries may not have any sources)
/build/make/tools/zipalign/
DREADME.txt22 the "extra" field in the zip Local File Header sections. Existing data
/build/soong/cc/
Dlinkable.go224 Header() bool methodSpec
Dsanitize.go1176 } else if !c.static() && !c.Header() {
1269 if c.StaticallyLinked() || c.Header() || t == Fuzzer {
/build/soong/rust/
Drust.go134 func (mod *Module) Header() bool { func