Home
last modified time | relevance | path

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

/system/core/libcutils/
Dandroid_reboot.c37 char mount_opts[256]; in remount_ro_done() local
52 mount_opts, &mount_freq, &mount_passno); in remount_ro_done()
56 mount_opts[255] = 0; in remount_ro_done()
57 if ((match == 6) && !strncmp(mount_dev, "/dev/block", 10) && strstr(mount_opts, "rw")) { in remount_ro_done()
/system/core/toolbox/
Dmount.c21 struct mount_opts { struct
41 static const struct mount_opts options[] = { argument
243 char mount_opts[256]; in get_mounts_dev_dir() local
257 mount_opts, &mount_freq, &mount_passno); in get_mounts_dev_dir()
261 mount_opts[255] = 0; in get_mounts_dev_dir()