Home
last modified time | relevance | path

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

/external/vboot_reference/scripts/image_signing/
Dmake_dev_ssd.sh265 local root_offset_bytes=$((root_offset_sector * 512))
266 if ! is_ext2 "$ssd_device" "$root_offset_bytes"; then
268 elif ! rw_mount_disabled "$ssd_device" "$root_offset_bytes"; then
273 enable_rw_mount "$ssd_device" "$root_offset_bytes" >"$EXEC_LOG" 2>&1 ||