/bootable/recovery/tests/testdata/ |
D | recovery_body | 198 …�ERCP ����������/fstab.U 205 …�ERCP ����������/init.U 219 …�ERCP ��������� �/ueventd.U 248 …�ERCP ����������.�g/adf-interfacen�… 313 …�ERCP ���������� /cpuctl�� /U 339 …�ERCP ����������/input� /U 364 …�ERCP ����������/mtd�� /U 375 …�ERCP ����������./rtcn�… 386 …�ERCP ���������� /socket�� /U 392 …�ERCP ����������R/socket/sap_uim_s… [all …]
|
/bootable/deprecated-ota/edify/ |
D | lexer.ll | 64 \\t { gColumn += yyleng; gPos += yyleng; string_buffer.push_back('\t'); } 108 [ \t]+ ADVANCE;
|
D | README.md | 12 - String literals appear in double quotes. \n, \t, \", and \\ are 16 underscores, slashes, and periods don't need to be in double quotes.
|
/bootable/libbootloader/gbl/ |
D | readme.bzl | 48 echo "README file doesn't exist: ${README}" 58 grep -Lq $P ${README} || DOCLESS_PROTOCOLS+="\n\t$P" 70 grep -qhE "impl ProtocolInfo for $P" ${ALL_INPUTS} || UNUSED_PROTOCOLS+="\n\t$P"
|
D | BUILD | 20 # Note: can't read files in subpackages, not sure how to add a dependency on all,
|
/bootable/libbootloader/gbl/libefi/src/protocol/ |
D | simple_network.rs | 168 option.map(|t| t as *mut _).unwrap_or(null_mut()) in option_ref_mut_to_pointer()
|
/bootable/deprecated-ota/tests/unit/host/ |
D | imgdiff_test.cpp | 682 for (auto& t : info) { in construct_store_entry() local 684 ASSERT_EQ(0, writer->StartEntry(std::get<0>(t).c_str(), 0)); in construct_store_entry() 685 const std::string content(std::get<1>(t) * 4096, std::get<2>(t)); in construct_store_entry() 693 for (auto& t : info) { in construct_deflate_entry() local 695 ASSERT_EQ(0, writer->StartEntry(std::get<0>(t).c_str(), ZipWriter::kCompress)); in construct_deflate_entry() 696 ASSERT_EQ(0, writer->WriteBytes(data.data() + std::get<1>(t) * 4096, std::get<2>(t) * 4096)); in construct_deflate_entry() 732 for (const auto& t : info) { in ConstructImageChunks() local 733 size_t length = std::get<1>(t); in ConstructImageChunks() 734 chunks.emplace_back(CHUNK_NORMAL, start, &content, length, std::get<0>(t)); in ConstructImageChunks()
|
/bootable/recovery/ |
D | README.md | 13 # Pixel devices don't support booting into recovery mode with `fastboot boot`. 75 ### `adb devices` doesn't show the device. 120 recovery image doesn't honor the USB debugging toggle and the authorizations added under normal boot 121 (because such authorization data stays in /data, which recovery doesn't mount), nor does it support
|
/bootable/recovery/update_verifier/ |
D | update_verifier.cpp | 176 for (auto& t : threads) { in ReadBlocks() local 177 ret = t.get() && ret; in ReadBlocks()
|
D | Android.bp | 131 // Soong won't add "libprotobuf-python" to the dependencies if
|
/bootable/libbootloader/gbl/efi/arch/riscv64/ |
D | riscv64_efi.lds | 53 some PE32+ loader doesn't support a separate bss section.
|
/bootable/recovery/tools/image_generator/ |
D | README.md | 5 under recovery mode. And thus we don't need to do the manual work by running
|
/bootable/libbootloader/gbl/toolchain/ |
D | gbl_workspace_util.bzl | 30 variables. If they don't exist, the top-level workspace needs to define them in repo 87 # same name as the actual library file name in cc_import(). Otherwise it complains it can't
|
D | BUILD | 193 # "movsd (%esp),%xmm0" which likely isn't enabled during the bootloader stage and causes 269 # external/rust/crates/spin doesn't pass this lint check and there is not a way to make an
|
D | gbl_toolchain.bzl | 269 # Put an underscore so that we don't need to deal with potential "lib" prefix from user
|
/bootable/recovery/updater_sample/ |
D | README.md | 62 app doesn't receive onStatusUpdate and onPayloadApplicationCompleted notifications. 69 When `cancel` is called, status is set to `IDLE`, which doesn't allow 76 If they doesn't match, sample app calls `applyPayload` again with the same 135 can't be canceled after it was done.
|
/bootable/libbootloader/gbl/libgbl/src/slots/ |
D | android.rs | 274 (false, t) if t > 0 => Bootability::Retriable(t.into()), in get_slot_by_number()
|
D | fuchsia.rs | 170 (0, t) if t > 0 => Bootability::Retriable(t.into()), in get_slot_by_number()
|
/bootable/recovery/tests/ |
D | Android.bp | 63 // librecovery_defaults uses many shared libs that we want to avoid using in tests (e.g. we don't
|
/bootable/libbootloader/gbl/libstorage/src/ |
D | testlib.rs | 417 for (d, t) in std::iter::zip(data.iter_mut(), tmp) { 418 *d = t;
|
/bootable/libbootloader/gbl/smoltcp/ |
D | BUILD.smoltcp.bazel | 22 # containing a set of configurations. We don't use cargo. Thus we use a pre-generated
|
/bootable/libbootloader/gbl/libbootimg/ |
D | BUILD | 79 # The source files do not specify "no_std" and thus can't be used as library crate root in our EFI
|
/bootable/libbootloader/gbl/third_party/libzbi/src/ |
D | lib.rs | 1218 pub fn add<T: AsBytes>(mut self, t: T) -> Self { in add() 1219 t.write_to_prefix(&mut self.buffer[self.tail_offset..]).unwrap(); in add() 2362 assert!(get_kernel_zbi_types().iter().all(|t| t.is_kernel())) in zbi_test_type_is_kernel() 2375 assert!(get_metadata_zbi_types().iter().all(|t| t.is_driver_metadata())); in zbi_test_type_is_driver_metadata()
|
/bootable/libbootloader/gbl/integration/aosp_u-boot-mainline/ |
D | workspace.bzl | 277 # We don't register GBL toolchains here because they will be masked by toolchains from
|
/bootable/libbootloader/gbl/docs/ |
D | EFI_ANDROID_BOOT_PROTOCOL.md | 273 if the previous one hasn't complete.
|