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

  /system/core/libcutils/
android_reboot.c 37 char mount_dev[256]; local
54 mount_dev, mount_dir, mount_type,
56 mount_dev[255] = 0;
60 if ((match == 6) && !strncmp(mount_dev, "/dev/block", 10) && strstr(mount_opts, "rw,")) {
  /system/core/adb/
remount_service.c 54 char mount_dev[256]; local
60 mount_dev, mount_dir, &mount_freq, &mount_passno);
61 mount_dev[255] = 0;
64 return strdup(mount_dev);
  /system/core/toolbox/
mount.c 263 char mount_dev[256]; local
279 mount_dev, mount_dir, mount_type,
281 mount_dev[255] = 0;
286 (strcmp(arg, mount_dev) == 0 ||
288 *dev = strdup(mount_dev);

Completed in 2472 milliseconds