Home
last modified time | relevance | path

Searched defs:dev (Results 1 – 3 of 3) sorted by relevance

/bootable/deprecated-ota/applypatch/
Dapplypatch.cpp78 android::base::unique_fd dev(open(partition.name.c_str(), O_RDONLY)); in ReadPartitionToBuffer() local
/bootable/libbootloader/gbl/libstorage/src/
Dgpt.rs1174 let mut dev = test_disk(include_bytes!("../test/gpt_test_1.bin")); in test_gpt_buffer_not_enough_for_all_entries() localVariable
1705 let mut dev = test_disk(vec![0u8; 64 * 1024]); in test_gpt_builder_not_enough_resource() localVariable
/bootable/libbootloader/gbl/libgbl/src/
Dpartition.rs297 pub fn dev(&mut self) -> &mut Disk<RefMut<'a, B>, RefMut<'a, [u8]>> { in dev() method