Searched defs:mount_point (Results 1 - 4 of 4) sorted by relevance

/system/vold/
H A Dmain.cpp173 char *type, *label, *mount_point, *mount_flags, *sysfs_path; local
190 if (!(mount_point = strtok_r(NULL, delim, &save_ptr))) {
209 dv = new DirectVolume(vm, label, mount_point, -1);
211 dv = new DirectVolume(vm, label, mount_point, atoi(part));
H A DDirectVolume.cpp37 const char *mount_point, int partIdx) :
38 Volume(vm, label, mount_point) {
36 DirectVolume(VolumeManager *vm, const char *label, const char *mount_point, int partIdx) argument
H A DVolume.cpp115 Volume::Volume(VolumeManager *vm, const char *label, const char *mount_point) { argument
119 mMountpoint = strdup(mount_point);
H A Dcryptfs.c733 static int do_crypto_complete(char *mount_point) argument
779 static int test_mount_encrypted_fs(char *passwd, char *mount_point, char *label) argument
822 * Since we're here, the mount_point should be a tmpfs filesystem, so make
825 sprintf(tmp_mount_point, "%s/tmp_mnt", mount_point);
858 saved_mount_point = strdup(mount_point);

Completed in 44 milliseconds