Home
last modified time | relevance | path

Searched defs:Bionic (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/build/soong/rust/config/
H A Dtoolchain.go36 Bionic() bool methodSpec
60 func (toolchainBase) Bionic() bool { func
80 func (toolchain32Bit) Bionic() bool { func
H A Darm_linux_host.go49 func (toolchainLinuxArm64) Bionic() bool { func
98 func (toolchainLinuxArm) Bionic() bool { func
H A Dx86_linux_host.go80 func (toolchainLinuxX8664) Bionic() bool { func
147 func (toolchainLinuxX86) Bionic() bool { func
H A Dx86_linux_bionic_host.go50 func (toolchainLinuxBionicX8664) Bionic() bool { func
H A Ddarwin_host.go73 func (toolchainDarwin) Bionic() bool { func
/aosp_15_r20/build/soong/cc/config/
H A Dtoolchain.go110 Bionic() bool methodSpec
172 func (toolchainBase) Bionic() bool { func
H A Dbionic.go30 func (toolchainBionic) Bionic() bool { return true } func
H A Dx86_windows_host.go255 func (t *toolchainWindows) Bionic() bool { func
/aosp_15_r20/build/soong/android/
H A Darch.go260 func (os OsType) Bionic() bool { func
/aosp_15_r20/system/extras/libatrace_rust/src/
H A Dlib.rs66 const Bionic = cutils_trace_bindgen::ATRACE_TAG_BIONIC as u64; constant