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

  /system/core/adb/
remount_service.c 55 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/
android_reboot.c 38 char mount_dir[256]; local
54 mount_dev, mount_dir, mount_type,
57 mount_dir[255] = 0;
  /system/core/toolbox/
mount.c 264 char mount_dir[256]; local
279 mount_dev, mount_dir, mount_type,
282 mount_dir[255] = 0;
287 strcmp(arg, mount_dir) == 0)) {
289 *dir = strdup(mount_dir);
  /external/e2fsprogs/misc/
mke2fs.c 107 static char *mount_dir; variable
    [all...]

Completed in 207 milliseconds