Searched defs:tmp_mount_point (Results 1 - 2 of 2) sorted by relevance

/system/core/fs_mgr/
H A Dfs_mgr.cpp997 /* If tmp_mount_point is non-null, mount the filesystem there. This is for the
1003 char *tmp_mount_point)
1074 if (tmp_mount_point) {
1075 m = tmp_mount_point;
1002 fs_mgr_do_mount(struct fstab *fstab, const char *n_name, char *n_blk_device, char *tmp_mount_point) argument
/system/vold/
H A Dcryptfs.cpp1572 char tmp_mount_point[64]; local
1624 snprintf(tmp_mount_point, sizeof(tmp_mount_point), "%s/tmp_mnt",
1626 mkdir(tmp_mount_point, 0755);
1627 if (fs_mgr_do_mount(fstab, DATA_MNT_POINT, crypto_blkdev, tmp_mount_point)) {
1636 umount(tmp_mount_point);

Completed in 82 milliseconds