Home
last modified time | relevance | path

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

/bootable/recovery/mtdutils/
Dmounts.c31 const char *flags; member
52 free((char *)volume->flags); in free_volume_internals()
96 v->flags = strdup(mentry->mnt_opts); in scan_mounted_volumes()
Dmtdutils.c196 const unsigned long flags = MS_NOATIME | MS_NODEV | MS_NODIRATIME; in mtd_mount_partition() local
202 rv = mount(devname, mount_point, filesystem, flags, NULL); in mtd_mount_partition()
205 rv = mount(devname, mount_point, filesystem, flags | MS_RDONLY, 0); in mtd_mount_partition()
/bootable/recovery/
Droots.cpp120 v->flags, v->fs_options); in ensure_path_mounted_at()
Dfuse_sideload.cpp151 out.flags = 0; in handle_init()
/bootable/recovery/minui/
Dgraphics_drm.cpp156 create_dumb.flags = 0; in drm_create_surface()