Home
last modified time | relevance | path

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

/system/vold/
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,
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, rec->blk_device, 0);
1754 SLOGE("Can't mount %s\n", DATA_MNT_POINT);
[all …]
DExt4Crypt.cpp593 if (e4crypt_crypto_complete(DATA_MNT_POINT) == 0) { in e4crypt_create_new_user_dir()
595 e4crypt_set_user_policy(DATA_MNT_POINT, user_handle, path, true); in e4crypt_create_new_user_dir()
610 if (e4crypt_crypto_complete(DATA_MNT_POINT) != 0) { in e4crypt_set_user_crypto_policies()
643 auto key_path = get_key_path(DATA_MNT_POINT, user_handle); in e4crypt_delete_user_key()
Dcryptfs.h176 #define DATA_MNT_POINT "/data" macro
DCryptCommandListener.cpp215 Process::killProcessesWithOpenFiles(DATA_MNT_POINT, SIGKILL); in runCommand()
/system/core/init/
Dbuiltins.cpp275 #define DATA_MNT_POINT "/data" macro