Searched refs:mount_point (Results 1 – 6 of 6) sorted by relevance
/external/squashfs-tools/squashfs-tools/ |
D | android.c | 36 void alloc_mounted_path(const char *mount_point, const char *subpath, char **mounted_path) { in alloc_mounted_path() argument 37 *mounted_path = malloc(strlen(mount_point) + strlen(subpath) + 1); in alloc_mounted_path() 42 strcpy(*mounted_path, mount_point); in alloc_mounted_path()
|
D | android.h | 20 void alloc_mounted_path(const char *mount_point, const char *subpath, char **mounted_path);
|
D | xattr.c | 88 extern char *mount_point; 659 if (mount_point) { in read_xattrs() 661 alloc_mounted_path(mount_point, subpathname(dir_ent), &mounted_path); in read_xattrs()
|
D | mksquashfs.c | 85 char *mount_point = NULL; variable 3055 if (mount_point) { in add_dir_entry() 3057 alloc_mounted_path(mount_point, subpathname(dir_ent), &mounted_path); in add_dir_entry() 3161 if (mount_point) in dir_scan() 3162 android_fs_config(mount_point, &buf, target_out_path); in dir_scan() 5605 mount_point = argv[i]; in main()
|
/external/vboot_reference/scripts/image_signing/ |
D | make_dev_ssd.sh | 75 local mount_point="$(make_temp_dir)" 78 mount_image_partition "$image" 12 "$mount_point" || return $FLAGS_FALSE 79 config_file="$mount_point/efi/boot/grub.cfg" 82 config_file="$mount_point/syslinux/default.cfg" 85 sudo umount "$mount_point"
|
/external/e2fsprogs/misc/ |
D | e4defrag.c | 263 static int get_mount_point(const char *devname, char *mount_point, in get_mount_point() argument 298 strncpy(mount_point, mnt->mnt_dir, in get_mount_point()
|