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

  /system/core/fs_mgr/include/
fs_mgr.h 32 char *mount_point; member in struct:fstab_rec
53 const char *mount_point, const char *fs_type,
  /bootable/recovery/mtdutils/
mounts.c 28 const char *mount_point; member in struct:MountedVolume
49 free((char *)volume->mount_point);
117 char mount_point[64]; local
125 device, mount_point, filesystem, flags);
129 mount_point[sizeof(mount_point)-1] = '\0';
136 v->mount_point = strdup(mount_point);
183 find_mounted_volume_by_mount_point(const char *mount_point)
191 if (v->mount_point != NULL)
    [all...]
  /bootable/recovery/updater/
install.c 45 // mount(fs_type, partition_type, location, mount_point)
57 char* mount_point; local
59 &location, &mount_point) < 0) {
76 if (strlen(mount_point) == 0) {
77 ErrorAbort(state, "mount_point argument to %s() can't be empty", name);
84 selabel_lookup(sehandle, &secontext, mount_point, 0755);
88 mkdir(mount_point, 0755);
105 if (mtd_mount_partition(mtd, mount_point, fs_type, 0 /* rw */) != 0) {
111 result = mount_point;
113 if (mount(location, mount_point, fs_type
138 char* mount_point; local
166 char* mount_point; local
207 char* mount_point; local
    [all...]

Completed in 62 milliseconds