Home
last modified time | relevance | path

Searched refs:Copy (Results 1 – 15 of 15) sorted by relevance

/system/core/fastboot/
Dvendor_boot_img_utils.cpp39 [[nodiscard]] Result<void> Copy(uint32_t num_bytes) { in Copy() function in __anoncbb7987a0111::DataUpdater
198 return updater->Copy(AVB_FOOTER_SIZE); in copy_avb_footer()
221 if (auto res = updater.Copy(o); !res.ok()) return res.error(); in replace_default_vendor_ramdisk()
244 if (auto res = updater.Copy(q); !res.ok()) return res.error(); in replace_default_vendor_ramdisk()
266 if (auto res = updater.Copy(s); !res.ok()) return res.error(); in replace_default_vendor_ramdisk()
331 if (auto res = updater.Copy(o); !res.ok()) return res.error(); in replace_vendor_ramdisk_fragment()
346 if (auto res = updater.Copy(old_ramdisk_entry->ramdisk_size); !res.ok()) in replace_vendor_ramdisk_fragment()
362 if (auto res = updater.Copy(q); !res.ok()) return res.error(); in replace_vendor_ramdisk_fragment()
370 if (auto res = updater.Copy(hdr->vendor_ramdisk_table_entry_size); !res.ok()) in replace_vendor_ramdisk_fragment()
381 if (auto res = updater.Copy(r - hdr->vendor_ramdisk_table_entry_num * in replace_vendor_ramdisk_fragment()
[all …]
/system/bt/gd/rust/hci/custom_types/
Dlib.rs13 #[derive(Clone, Copy, Eq, PartialEq, Hash, Ord, PartialOrd, Debug)]
67 #[derive(Clone, Eq, Copy, PartialEq, Hash, Ord, PartialOrd, Debug)]
/system/bt/gd/rust/common/src/
Dlib.rs46 #[derive(Debug, Clone, Copy)]
/system/connectivity/wificond/net/kernel-header-latest/
DREADME.txt8 Copy the nl80211.h header from the following location:
/system/tools/aidl/tests/
Daidl_parser_fuzzer.dict68 " Copy "
/system/bt/gd/rust/linux/stack/src/
Dlib.rs26 #[derive(Copy, Clone)]
/system/core/libutils/
DString16_test.cpp54 TEST(String16Test, Copy) { in TEST() argument
/system/security/keystore2/src/
Dpermission.rs194 #[derive(Clone, Copy, Debug, Eq, PartialEq)]
289 #[derive(Clone, Copy, Debug, PartialEq)]
348 #[derive(Copy, Clone, Debug, Eq, PartialEq, Ord, PartialOrd)]
Dsuper_key.rs67 #[derive(Debug, Clone, Copy, PartialEq, Eq)]
105 #[derive(Debug, Clone, Copy)]
117 #[derive(Debug, Clone, Copy)]
Doperation.rs151 #[derive(Debug, Copy, Clone, Eq, PartialEq, Ord, PartialOrd)]
Ddatabase.rs249 #[derive(Debug, Copy, Clone, Eq, PartialEq, Ord, PartialOrd)]
285 #[derive(Debug, Clone, Copy, Default, PartialEq, Eq, PartialOrd, Ord, Hash)]
358 #[derive(Debug, Copy, Clone, Default, Eq, PartialEq, Ord, PartialOrd)]
451 #[derive(Debug, PartialEq, Eq, PartialOrd, Ord, Copy, Clone)]
488 #[derive(Debug, Clone, Copy, Eq, PartialEq, Ord, PartialOrd)]
683 #[derive(Debug, Clone, Copy, Eq, PartialEq, Ord, PartialOrd)]
744 #[derive(Debug, Copy, Clone, Default, Eq, PartialEq, Ord, PartialOrd)]
/system/update_engine/
Dupdate_metadata.proto67 // - MOVE: Copy the data in src_extents to dst_extents. Extents may overlap,
70 // - SOURCE_COPY: Copy the data in src_extents in the old partition to
176 SOURCE_COPY = 4; // Copy from source to target partition
/system/update_engine/update_engine/
Dupdate_metadata.proto67 // - MOVE: Copy the data in src_extents to dst_extents. Extents may overlap,
70 // - SOURCE_COPY: Copy the data in src_extents in the old partition to
176 SOURCE_COPY = 4; // Copy from source to target partition
/system/bt/gd/rust/linux/mgmt/src/bin/btmanagerd/
Dstate_machine.rs10 #[derive(Debug, PartialEq, Copy, Clone)]
/system/keymaster/tests/
Dauthorization_set_test.cpp43 TEST(Construction, Copy) { in TEST() argument