Searched refs:blk_device (Results 1 - 4 of 4) sorted by relevance

/system/core/fs_mgr/
H A Dfs_mgr.c381 fstab->recs[cnt].blk_device = strdup(p);
439 free(fstab->recs[i].blk_device);
458 static void check_fs(char *blk_device, char *fs_type, char *target) argument
467 blk_device
485 ret = mount(blk_device, target, fs_type, tmpmnt_flags, tmpmnt_opts);
490 INFO("Running %s on %s\n", E2FSCK_BIN, blk_device);
598 wait_for_file(fstab->recs[i].blk_device, WAIT_TIMEOUT);
602 check_fs(fstab->recs[i].blk_device, fstab->recs[i].fs_type,
613 mret = __mount(fstab->recs[i].blk_device, fstab->recs[i].mount_point,
624 !partition_wiped(fstab->recs[i].blk_device)) {
881 fs_mgr_add_entry(struct fstab *fstab, const char *mount_point, const char *fs_type, const char *blk_device, long long length) argument
[all...]
H A Dfs_mgr_verity.c120 static int get_target_device_size(char *blk_device, uint64_t *device_size) argument
125 data_device = open(blk_device, O_RDONLY);
373 if (read_verity_metadata(fstab->blk_device,
387 if (load_verity_table(io, mount_point, fstab->blk_device, fd, verity_table) < 0) {
397 free(fstab->blk_device);
398 fstab->blk_device = verity_blk_name;
401 if (test_access(fstab->blk_device) < 0) {
/system/core/fs_mgr/include/
H A Dfs_mgr.h34 char *blk_device; member in struct:fstab_rec
60 const char *blk_device, long long length);
/system/vold/
H A Dmain.cpp191 if (dv->addPath(fstab->recs[i].blk_device)) {
193 fstab->recs[i].blk_device, fstab->recs[i].label);

Completed in 60 milliseconds