Home
last modified time | relevance | path

Searched refs:build (Results 1 – 25 of 35) sorted by relevance

12

/bootable/libbootloader/gbl/
Dbazel.MODULE.bazel31 kernel_toolchain_ext = use_extension("//build/kernel/kleaf:kernel_toolchain_ext.bzl", "kernel_toolc…
38 "//build/kernel:hermetic_tools_toolchain",
39 "//prebuilts/build-tools:py_toolchain",
Dbazel.bazelrc1 build --@rules_rust//rust/settings:experimental_toolchain_generated_sysroot=false
/bootable/recovery/install/
Dspl_check.cpp19 bool ViolatesSPLDowngrade(const build::tools::releasetools::OtaMetadata& metadata, in ViolatesSPLDowngrade()
71 using build::tools::releasetools::OtaMetadata; in ViolatesSPLDowngrade()
Dspl_check_unittests.cpp22 using build::tools::releasetools::OtaMetadata;
/bootable/libbootloader/gbl/third_party/libzbi/src/
Dlib.rs1292 pub fn build(self) -> &'a mut [u8] { in build() method
1377 let buffer = TestZbiBuilder::new(&mut buffer.0[..]).container_hdr(0).build(); in zbi_test_item_parse()
1389 let buffer_build = TestZbiBuilder::new(&mut buffer.0[..]).container_hdr(0).build(); in zbi_test_item_edit()
1473 .build(); in zbi_test_container_parse_bad_type()
1494 .build(); in zbi_test_container_parse_bad_magic()
1515 .build(); in zbi_test_container_parse_bad_version()
1536 .build(); in zbi_test_container_parse_bad_crc32()
1557 .build(); in zbi_test_container_parse_entries_bad_magic()
1589 let buffer = builder.update_container_length().build(); in zbi_test_container_parse()
1620 .build(); in zbi_test_container_parse_without_last_padding_fail_truncated()
[all …]
/bootable/libbootloader/gbl/libabr/build/fuchsia/
DBUILD.gn15 import("//build/rust/rustc_library.gni")
16 import("//build/rust/rustc_staticlib.gni")
/bootable/libbootloader/gbl/libstorage/src/
Dgpt.rs454 .build(); in test_gpt_too_many_entries()
504 let mut dev = TestBlockDeviceBuilder::new().set_data(disk).build(); in test_load_gpt_incorrect_magic()
526 .build(); in test_load_gpt_exceeds_max_entries()
535 let mut dev = TestBlockDeviceBuilder::new().set_data(disk).build(); in test_load_gpt_non_max_entries()
566 .build(); in test_uninitialized_gpt()
578 .build(); in test_gpt_read()
606 .build(); in test_gpt_write()
642 .build(); in test_gpt_rw_overflow()
Dnon_blocking.rs639 .build(); in test_read()
664 .build(); in test_write()
689 .build(); in test_read_write_blocking()
706 .build(); in test_abort()
737 .build(); in read_write_error_on_busy()
Dlib.rs964 .build(); in read_test_helper()
992 .build(); in write_test_helper()
1296 .build(); in test_no_alignment_require_zero_size_scratch()
1304 TestBlockDeviceBuilder::new().set_size(storage_size).build().scratch.len() - 1; in test_scratch_too_small()
1308 .build(); in test_scratch_too_small()
1320 .build(); in test_read_overflow()
1332 .build(); in test_read_arithmetic_overflow()
1343 .build(); in test_write_overflow()
1355 .build(); in test_write_arithmetic_overflow()
Dtestlib.rs225 TestBlockDeviceBuilder::new().set_data(data).build() in from()
237 TestBlockDeviceBuilder::new().build() in default()
391 pub fn build(self) -> TestBlockDevice { in build() method
565 .build(); in test_builder_partitions()
/bootable/recovery/
DREADME.md59 When running recovery image from debuggable builds (i.e. `-eng` or `-userdebug` build variants, or
140 * bootloader is unlocked (`ro.boot.verifiedbootstate` is `orange`) or debuggable build.
144 value is set at build time (written into `/prop.default`). It defaults to `1` on `-user` builds, and
145 `0` for other build variants. The value is overridable via `PRODUCT_DEFAULT_PROPERTY_OVERRIDES`.
151 factory reset warnings, etc. For devices using `xxhdpi` and `xxxhdpi`, the build system generates
159 [makefile]: https://android.googlesource.com/platform/build/+/refs/heads/master/core/Makefile#1800
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/util/
DPayloadSpecs.java99 .build(); in forNonStreaming()
114 .build(); in forStreaming()
/bootable/libbootloader/gbl/efi/arch/riscv64/
Driscv64_efi.lds65 .note.gnu.build-id : { *(.note.gnu.build-id) }
/bootable/recovery/install/include/install/
Dspl_check.h23 bool ViolatesSPLDowngrade(const build::tools::releasetools::OtaMetadata& metadata,
/bootable/libbootloader/
D.gitignore1 # Ignore the following convenience symlinks created by Bazel during build
DBUILD15 load("//build/bazel_common_rules/dist:dist.bzl", "copy_to_dist_dir")
/bootable/libbootloader/gbl/integration/aosp_u-boot-mainline/
Dworkspace.bzl27 This helper is suitable for crates that have straightforward build rules. Specifically, the
95 path = "build/kernel/build-tools",
278 # `build/kleaf//:` as they are registered earlier. Instead, we will pass GBL toolchains via
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/
DPayloadSpec.java121 public PayloadSpec build() { in build() method in PayloadSpec.Builder
DUpdateManager.java310 .build()); in applyUpdate()
413 updateEngineApplyPayload(builder.build()); in setSwitchSlotOnReboot()
595 public UpdateData build() { in build() method in UpdateManager.UpdateData.Builder
DUpdaterState.java62 .build();
/bootable/libbootloader/gbl/smoltcp/
DBUILD.smoltcp.bazel21 # Upstream smoltcp uses a custom script in the cargo build flow to generate a `config.rs`
64 # Add fixup.rs to build and use our own crate root that imports it.
/bootable/libbootloader/gbl/libgbl/src/
Dlib.rs586 pub fn build(self) -> Gbl<'a, G> { in build() function
648 let mut gbl = GblBuilder::new(&mut gbl_ops).build(); in test_load_and_verify_image_avb_io_error()
680 let mut gbl = GblBuilder::new(&mut gbl_ops).build(); in test_load_and_verify_image_stub()
708 GblBuilder::new(&mut gbl_ops).verify_slot(|_, _, _, _, _| Err(TEST_ERROR)).build(); in test_load_and_verify_image_avb_error()
/bootable/libbootloader/gbl/android_external_rust_crates/
DBUILD.proc-macro2.bazel39 crate_root = "build.rs",
/bootable/recovery/otautil/
DAndroid.bp35 // Minimal set of files to support host build.
/bootable/recovery/updater_sample/
DREADME.md85 - `Current Build:` - shows current active build.
177 The recommended way to run the app is to build and install it as a
181 1. [Prepare to build](https://source.android.com/setup/build/building)
198 7. [Flash the device](https://source.android.com/setup/build/running)

12