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

/system/core/adb/
H A Dremount_service.c55 char mount_dir[256]; local
60 mount_dev, mount_dir, &mount_freq, &mount_passno);
62 mount_dir[255] = 0;
63 if (res == 4 && (strcmp(dir, mount_dir) == 0))
/system/core/libcutils/
H A Dandroid_reboot.c35 char mount_dir[256]; local
51 mount_dev, mount_dir, mount_type,
54 mount_dir[255] = 0;
/system/core/toolbox/
H A Dmount.c241 char mount_dir[256]; local
256 mount_dev, mount_dir, mount_type,
259 mount_dir[255] = 0;
264 strcmp(arg, mount_dir) == 0)) {
266 *dir = strdup(mount_dir);

Completed in 2267 milliseconds