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

/system/vold/
H A Dcryptfs.c1600 if (fs_mgr_do_tmpfs_mount(DATA_MNT_POINT)) {
1673 if (! (rc = wait_and_unmount(DATA_MNT_POINT, true)) ) {
1681 struct fstab_rec* rec = fs_mgr_get_entry_for_mount_point(fstab, DATA_MNT_POINT);
1688 while ((mount_rc = fs_mgr_do_mount(fstab, DATA_MNT_POINT,
1693 Process::killProcessWithOpenFiles(DATA_MNT_POINT,
1737 if (e4crypt_crypto_complete(DATA_MNT_POINT) == 0) {
1741 if (e4crypt_restart(DATA_MNT_POINT)) {
1746 rec = fs_mgr_get_entry_for_mount_point(fstab, DATA_MNT_POINT);
1748 SLOGE("Can't get fstab record for %s\n", DATA_MNT_POINT);
1752 rc = fs_mgr_do_mount(fstab, DATA_MNT_POINT, re
[all...]
H A Dcryptfs.h176 #define DATA_MNT_POINT "/data" macro
H A DExt4Crypt.cpp593 if (e4crypt_crypto_complete(DATA_MNT_POINT) == 0) {
595 e4crypt_set_user_policy(DATA_MNT_POINT, user_handle, path, true);
610 if (e4crypt_crypto_complete(DATA_MNT_POINT) != 0) {
643 auto key_path = get_key_path(DATA_MNT_POINT, user_handle);
H A DCryptCommandListener.cpp215 Process::killProcessesWithOpenFiles(DATA_MNT_POINT, SIGKILL);
/system/core/init/
H A Dbuiltins.cpp275 #define DATA_MNT_POINT "/data" macro

Completed in 432 milliseconds