HomeSort by relevance Sort by last modified time
    Searched defs:blk_device (Results 1 - 2 of 2) sorted by null

  /bootable/recovery/update_verifier/
update_verifier.cpp 57 std::string blk_device = blk_device_prefix + std::string(slot_suffix); local
58 android::base::unique_fd fd(TEMP_FAILURE_RETRY(open(blk_device.c_str(), O_RDONLY)));
60 SLOGE("Error reading partition %s: %s\n", blk_device.c_str(), strerror(errno));
102 SLOGI("Finished reading %zu blocks on %s.\n", blk_count, blk_device.c_str());
  /system/core/fs_mgr/include/
fs_mgr.h 62 char *blk_device; member in struct:fstab_rec
107 const char *blk_device);

Completed in 48 milliseconds