Searched refs:mount_dev (Results 1 - 3 of 3) sorted by relevance

/system/core/adb/
H A Dremount_service.c54 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/libcutils/
H A Dandroid_reboot.c34 char mount_dev[256]; local
51 mount_dev, mount_dir, mount_type,
53 mount_dev[255] = 0;
57 if ((match == 6) && !strncmp(mount_dev, "/dev/block", 10) && strstr(mount_opts, "rw")) {
/system/core/toolbox/
H A Dmount.c240 char mount_dev[256]; local
256 mount_dev, mount_dir, mount_type,
258 mount_dev[255] = 0;
263 (strcmp(arg, mount_dev) == 0 ||
265 *dev = strdup(mount_dev);

Completed in 59 milliseconds