Searched refs:mount_point (Results 1 - 7 of 7) sorted by relevance

/system/core/rootdir/etc/
H A Dmountd.conf9 mount_point /sdcard
/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.h45 DirectVolume(VolumeManager *vm, const char *label, const char *mount_point, int partIdx);
H A DVolume.h64 Volume(VolumeManager *vm, const char *label, const char *mount_point);
H A Dcryptfs.c559 static int get_orig_mount_parms(char *mount_point, char *fs_type, char *real_blkdev, argument
572 if (strcmp(mount_point, mount_point2)) {
723 static int do_crypto_complete(char *mount_point) argument
740 if (get_orig_mount_parms(mount_point, fs_type, real_blkdev, &mnt_flags, fs_options)) {
741 SLOGE("Error reading original mount parms for mount point %s\n", mount_point);
760 static int test_mount_encrypted_fs(char *passwd, char *mount_point, char *label) argument
782 if (get_orig_mount_parms(mount_point, fs_type, real_blkdev, &mnt_flags, fs_options)) {
783 SLOGE("Error reading original mount parms for mount point %s\n", mount_point);
809 * Since we're here, the mount_point should be a tmpfs filesystem, so make
812 sprintf(tmp_mount_point, "%s/tmp_mnt", mount_point);
1132 mount_point[PROPERTY_VALUE_MAX]; local
[all...]
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.cpp111 Volume::Volume(VolumeManager *vm, const char *label, const char *mount_point) { argument
115 mMountpoint = strdup(mount_point);

Completed in 85 milliseconds