Home
last modified time | relevance | path

Searched defs:target_os (Results 1 – 25 of 37) sorted by relevance

12

/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/libc/net/
Dext.rs83 target_os = "aix", in sockaddr_in6_new() argument
/aosp_15_r20/external/openscreen/tools/
H A Dlicenses.py236 def GetThirdPartyDepsFromGNDepsOutput(gn_deps, target_os): argument
262 def FindThirdPartyDeps(gn_out_dir, gn_target, target_os): argument
308 target_os, argument
436 def GenerateLicenseFile(output_file, gn_out_dir, gn_target, target_os): argument
/aosp_15_r20/external/crosvm/riscv64/src/
H A Dfdt.rs305 #[cfg(any(target_os = "android", target_os = "linux"))] platform_dev_resources: Vec< in create_fdt()
/aosp_15_r20/tools/netsim/rust/libslirp-rs/
H A Dbuild_cargo.rs28 let target_os = env::var("CARGO_CFG_TARGET_OS").unwrap(); in main() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/
H A Dbuild.rs6 let target_os = env::var("CARGO_CFG_TARGET_OS").expect("CARGO_CFG_TARGET_OS was not set"); in main() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/
H A Dbuild.rs6 let target_os = env::var("CARGO_CFG_TARGET_OS").expect("CARGO_CFG_TARGET_OS was not set"); in main() localVariable
/aosp_15_r20/tools/netsim/rust/hostapd-rs/
H A Dbuild_cargo.rs30 let target_os = env::var("CARGO_CFG_TARGET_OS").unwrap(); in main() localVariable
/aosp_15_r20/external/crosvm/rutabaga_gfx/ffi/
H A Dbuild.rs10 let target_os = std::env::var("CARGO_CFG_TARGET_OS").unwrap(); in main() localVariable
H A Dmeson.build8 target_os = host_machine.system() variable
/aosp_15_r20/external/crosvm/arch/src/
H A Dlib.rs585 #[cfg(any(target_os = "android", target_os = "linux"))] minijail: Option<Minijail>, in register_pci_device()
751 #[cfg(any(target_os = "android", target_os = "linux"))] jail: Option<Minijail>, in configure_pci_device()
/aosp_15_r20/external/rust/android-crates-io/crates/clang-sys/out/
Dmacros.rs7 macro_rules! target_os { macro
/aosp_15_r20/external/rust/android-crates-io/crates/clang-sys/build/
Dmacros.rs7 macro_rules! target_os { macro
/aosp_15_r20/out/soong/.intermediates/external/rust/android-crates-io/crates/clang-sys/copy_clang-sys_build_out/gen/
Dmacros.rs7 macro_rules! target_os { macro
/aosp_15_r20/out/soong/.intermediates/external/rust/android-crates-io/crates/clang-sys/libclang_sys/linux_glibc_x86_64_rlib_rlib-std/out/
Dmacros.rs7 macro_rules! target_os { macro
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/profiler_builtins/
H A Dbuild.rs15 let target_os = env::var("CARGO_CFG_TARGET_OS").expect("CARGO_CFG_TARGET_OS was not set"); in main() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/profiler_builtins/
H A Dbuild.rs15 let target_os = env::var("CARGO_CFG_TARGET_OS").expect("CARGO_CFG_TARGET_OS was not set"); in main() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/profiler_builtins/
H A Dbuild.rs15 let target_os = env::var("CARGO_CFG_TARGET_OS").expect("CARGO_CFG_TARGET_OS was not set"); in main() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/profiler_builtins/
H A Dbuild.rs15 let target_os = env::var("CARGO_CFG_TARGET_OS").expect("CARGO_CFG_TARGET_OS was not set"); in main() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/
H A Dbuild.rs6 let target_os = env::var("CARGO_CFG_TARGET_OS").expect("CARGO_CFG_TARGET_OS was not set"); in main() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/profiler_builtins/
H A Dbuild.rs15 let target_os = env::var("CARGO_CFG_TARGET_OS").expect("CARGO_CFG_TARGET_OS was not set"); in main() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/
H A Dbuild.rs6 let target_os = env::var("CARGO_CFG_TARGET_OS").expect("CARGO_CFG_TARGET_OS was not set"); in main() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/
H A Dbuild.rs6 let target_os = env::var("CARGO_CFG_TARGET_OS").expect("CARGO_CFG_TARGET_OS was not set"); in main() localVariable
/aosp_15_r20/external/crosvm/rutabaga_gfx/kumquat/gpu_client/
H A Dmeson.build8 target_os = host_machine.system() variable
/aosp_15_r20/external/crosvm/vm_control/src/
H A Dlib.rs744 #[cfg(any(target_os = "android", target_os = "linux"))] tube: &Tube, in execute()
1836#[cfg(any(target_os = "android", target_os = "linux"))] kick_vcpu: impl Fn(usize, VcpuControl), in execute()
/aosp_15_r20/external/crosvm/x86_64/src/
H A Dlib.rs1325 #[cfg(any(target_os = "android", target_os = "linux"))] minijail: Option<Minijail>, in register_pci_device()
1961 #[cfg(any(target_os = "android", target_os = "linux"))] ac_adapter: bool, in setup_acpi_devices()

12