Searched refs:DATA_MNT_POINT (Results 1 - 5 of 5) sorted by relevance

/system/vold/
H A Dcryptfs.h189 #define DATA_MNT_POINT "/data" macro
H A Dcryptfs.c1607 if (fs_mgr_do_tmpfs_mount(DATA_MNT_POINT)) {
1680 if (! (rc = wait_and_unmount(DATA_MNT_POINT, true)) ) {
1688 struct fstab_rec* rec = fs_mgr_get_entry_for_mount_point(fstab, DATA_MNT_POINT);
1704 while ((mount_rc = fs_mgr_do_mount(fstab, DATA_MNT_POINT,
1709 Process::killProcessWithOpenFiles(DATA_MNT_POINT,
1894 if (fs_mgr_do_mount(fstab, DATA_MNT_POINT, crypto_blkdev, tmp_mount_point)) {
2050 DATA_MNT_POINT, CRYPTO_BLOCK_DEVICE);
2063 DATA_MNT_POINT, CRYPTO_BLOCK_DEVICE);
2900 struct fstab_rec* rec = fs_mgr_get_entry_for_mount_point(fstab, DATA_MNT_POINT);
3069 if (fs_mgr_do_tmpfs_mount(DATA_MNT_POINT)) {
[all...]
H A DCryptCommandListener.cpp163 Process::killProcessesWithOpenFiles(DATA_MNT_POINT, SIGKILL);
H A DExt4Crypt.cpp63 const std::string device_key_dir = std::string() + DATA_MNT_POINT + e4crypt_unencrypted_folder;
67 const std::string user_key_dir = std::string() + DATA_MNT_POINT + "/misc/vold/user_keys";
/system/core/init/
H A Dbuiltins.cpp375 #define DATA_MNT_POINT "/data" macro

Completed in 86 milliseconds