Searched refs:blk_device (Results 1 – 3 of 3) sorted by relevance
/bootable/recovery/ |
D | roots.cpp | 66 v->blk_device, v->length); in load_volume_table() 107 int result = mount(v->blk_device, mount_point, v->fs_type, v->flags, v->fs_options); in ensure_path_mounted_at() 113 result = mount(v->blk_device, mount_point, v->fs_type, v->flags, v->fs_options); in ensure_path_mounted_at() 219 result = make_ext4fs_directory_align(v->blk_device, length, volume, sehandle, in format_volume() 222 result = make_ext4fs_directory(v->blk_device, length, volume, sehandle, directory); in format_volume() 238 << " command for " << v->blk_device; in format_volume() 242 … const char* const f2fs_argv[] = {"mkfs.f2fs", "-t", "-d1", v->blk_device, num_sectors, NULL}; in format_volume() 248 PLOG(ERROR) << "format_volume: make " << v->fs_type << " failed on " << v->blk_device; in format_volume()
|
/bootable/recovery/bootloader_message/ |
D | bootloader_message.cpp | 44 return record->blk_device; in get_misc_blk_device() 49 static bool wait_for_device(const std::string& blk_device, std::string* err) { in wait_for_device() argument 56 ret = stat(blk_device.c_str(), &buf); in wait_for_device() 59 blk_device.c_str(), tries, strerror(errno)); in wait_for_device() 65 *err += android::base::StringPrintf("failed to stat %s\n", blk_device.c_str()); in wait_for_device()
|
/bootable/recovery/uncrypt/ |
D | uncrypt.cpp | 195 return v->blk_device; in find_block_device()
|