Searched refs:DATA_MNT_POINT (Results 1 – 5 of 5) sorted by relevance
/system/vold/ |
D | FsCrypt.cpp | 80 const std::string device_key_dir = std::string() + DATA_MNT_POINT + fscrypt_unencrypted_folder; 84 const std::string user_key_dir = std::string() + DATA_MNT_POINT + "/misc/vold/user_keys"; 89 std::string() + DATA_MNT_POINT + "/misc/vold/volume_keys"; 229 auto entry = GetEntryForMountPoint(&fstab_default, DATA_MNT_POINT); in get_data_file_encryption_options() 231 LOG(ERROR) << "No mount point entry for " << DATA_MNT_POINT; in get_data_file_encryption_options() 235 LOG(ERROR) << "Unable to parse encryption options for " << DATA_MNT_POINT ": " in get_data_file_encryption_options() 294 if (!install_storage_key(DATA_MNT_POINT, options, ce_key, &ce_policy)) return false; in read_and_install_user_ce_key() 345 if (!install_storage_key(DATA_MNT_POINT, options, de_key, &de_policy)) return false; in create_and_install_user_keys() 348 if (!install_storage_key(DATA_MNT_POINT, options, ce_key, &ce_policy)) return false; in create_and_install_user_keys() 400 if (!install_storage_key(DATA_MNT_POINT, options, de_key, &de_policy)) return false; in load_all_de_keys() [all …]
|
D | VoldUtil.h | 23 #define DATA_MNT_POINT "/data" macro
|
D | cryptfs.cpp | 1501 if (fs_mgr_do_tmpfs_mount(DATA_MNT_POINT)) { in cryptfs_trigger_restart_min_framework() 1584 if (!(rc = wait_and_unmount(DATA_MNT_POINT, true))) { in cryptfs_restart_internal() 1592 auto entry = GetEntryForMountPoint(&fstab_default, DATA_MNT_POINT); in cryptfs_restart_internal() 1611 while ((mount_rc = fs_mgr_do_mount(&fstab_default, DATA_MNT_POINT, crypto_blkdev, 0, in cryptfs_restart_internal() 1782 if (fs_mgr_do_mount(&fstab_default, DATA_MNT_POINT, in test_mount_encrypted_fs() 1930 rc = test_mount_encrypted_fs(&crypt_ftr, passwd, DATA_MNT_POINT, CRYPTO_BLOCK_DEVICE); in cryptfs_check_passwd() 1942 rc = test_mount_encrypted_fs(&crypt_ftr, DEFAULT_PASSWORD, DATA_MNT_POINT, in cryptfs_check_passwd() 2230 wait_and_unmount(DATA_MNT_POINT, true); in cryptfs_enable_internal() 2231 if (fs_mgr_do_tmpfs_mount(DATA_MNT_POINT)) { in cryptfs_enable_internal() 2881 auto entry = GetEntryForMountPoint(&fstab_default, DATA_MNT_POINT); in cryptfs_isConvertibleToFBE()
|
D | VoldNativeService.cpp | 519 KillProcessesWithOpenFiles(DATA_MNT_POINT, SIGKILL); in fdeEnableInternal()
|
/system/core/init/ |
D | builtins.cpp | 451 #define DATA_MNT_POINT "/data" macro
|