HomeSort by relevance Sort by last modified time
    Searched refs:mount_opts (Results 1 - 2 of 2) sorted by null

  /system/core/libcutils/
android_reboot.c 37 char mount_opts[256]; local
52 mount_opts, &mount_freq, &mount_passno);
56 mount_opts[255] = 0;
57 if ((match == 6) && !strncmp(mount_dev, "/dev/block", 10) && strstr(mount_opts, "rw")) {
  /system/core/toolbox/
mount.c 21 struct mount_opts { struct
41 static const struct mount_opts options[] = {
243 char mount_opts[256]; local
257 mount_opts, &mount_freq, &mount_passno);
261 mount_opts[255] = 0;

Completed in 4884 milliseconds