Home
last modified time | relevance | path

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

/system/vold/
DFsCrypt.cpp86 const std::string device_key_dir = std::string() + DATA_MNT_POINT + fscrypt_unencrypted_folder;
90 const std::string user_key_dir = std::string() + DATA_MNT_POINT + "/misc/vold/user_keys";
95 std::string() + DATA_MNT_POINT + "/misc/vold/volume_keys";
236 auto entry = GetEntryForMountPoint(&fstab_default, DATA_MNT_POINT); in get_data_file_encryption_options()
238 LOG(ERROR) << "No mount point entry for " << DATA_MNT_POINT; in get_data_file_encryption_options()
242 LOG(ERROR) << "Unable to parse encryption options for " << DATA_MNT_POINT ": " in get_data_file_encryption_options()
300 if (!install_storage_key(DATA_MNT_POINT, options, ce_key, &ce_policy)) return false; in read_and_install_user_ce_key()
351 if (!install_storage_key(DATA_MNT_POINT, options, de_key, &de_policy)) return false; in create_and_install_user_keys()
354 if (!install_storage_key(DATA_MNT_POINT, options, ce_key, &ce_policy)) return false; in create_and_install_user_keys()
407 if (!install_storage_key(DATA_MNT_POINT, options, de_key, &de_policy)) return false; in load_all_de_keys()
[all …]
DVoldUtil.h23 #define DATA_MNT_POINT "/data" macro
Dcryptfs.cpp1601 if (fs_mgr_do_tmpfs_mount(DATA_MNT_POINT)) { in cryptfs_trigger_restart_min_framework()
1684 if (!(rc = wait_and_unmount(DATA_MNT_POINT))) { in cryptfs_restart_internal()
1692 auto entry = GetEntryForMountPoint(&fstab_default, DATA_MNT_POINT); in cryptfs_restart_internal()
1711 while ((mount_rc = fs_mgr_do_mount(&fstab_default, DATA_MNT_POINT, crypto_blkdev, 0, in cryptfs_restart_internal()
1881 if (fs_mgr_do_mount(&fstab_default, DATA_MNT_POINT, in test_mount_encrypted_fs()
2023 rc = test_mount_encrypted_fs(&crypt_ftr, passwd, DATA_MNT_POINT, CRYPTO_BLOCK_DEVICE); in cryptfs_check_passwd()
2035 rc = test_mount_encrypted_fs(&crypt_ftr, DEFAULT_PASSWORD, DATA_MNT_POINT, in cryptfs_check_passwd()
2243 wait_and_unmount(DATA_MNT_POINT); in cryptfs_enable_internal()
2244 if (fs_mgr_do_tmpfs_mount(DATA_MNT_POINT)) { in cryptfs_enable_internal()
2863 auto entry = GetEntryForMountPoint(&fstab_default, DATA_MNT_POINT); in cryptfs_isConvertibleToFBE()
DVoldNativeService.cpp567 KillProcessesWithOpenFiles(DATA_MNT_POINT, SIGKILL); in fdeEnableInternal()
962 if (statfs(DATA_MNT_POINT, &buf) != 0) { in IgnoreEarlyBootEnded()
/system/core/init/
Dbuiltins.cpp484 #define DATA_MNT_POINT "/data" macro