Home
last modified time | relevance | path

Searched defs:error (Results 1 – 8 of 8) sorted by relevance

/bootable/libbootloader/gbl/efi/src/
Dlib.rs27 mod error; module
/bootable/recovery/uncrypt/
Duncrypt.cpp324 int error = ioctl(fd, F2FS_IOC_SET_PIN_FILE, &set); in ProductBlockMap() local
352 int error = RetryFibmap(fd, path, &block, head_block); in ProductBlockMap() local
397 int error = RetryFibmap(fd, path, &block, head_block); in ProductBlockMap() local
/bootable/deprecated-ota/updater/
Dupdater.cpp71 int error = ParseString(updater_script_, &root, &error_count); in RunUpdate() local
Dblockimg.cpp1798 int error = pthread_create(&params.thread, &attr, unzip_new_data, &params.nti); in PerformBlockImageUpdate() local
/bootable/libbootloader/gbl/libstorage/src/
Dram_block.rs36 pub error: Option<Error>, field
/bootable/recovery/minadbd/
Dminadbd_services.cpp178 auto error = RunAdbFuseSideload(sfd.get(), args, &status); in SideloadHostService() local
/bootable/libbootloader/gbl/libgbl/src/
Dlib.rs49 pub mod error; module
/bootable/recovery/install/
Dinstall.cpp346 if (auto error = ExtractEntryToFile(zip, &binary_entry, fd); error != 0) { in SetUpNonAbUpdateCommands() local