Home
last modified time | relevance | path

Searched refs:BuildDataMiscDePath (Results 1 – 4 of 4) sorted by relevance

/system/vold/
Dvold_prepare_subdirs.cpp185 auto misc_de_path = android::vold::BuildDataMiscDePath(volume_uuid, user_id); in prepare_subdirs()
279 auto misc_de_path = android::vold::BuildDataMiscDePath(volume_uuid, user_id); in destroy_subdirs()
DFsCrypt.cpp929 !android::vold::pathExists(android::vold::BuildDataMiscDePath("", user_id))) { in fscrypt_prepare_user_storage()
950 auto misc_de_path = android::vold::BuildDataMiscDePath(volume_uuid, user_id); in fscrypt_prepare_user_storage()
964 auto misc_de_empty_volume_path = android::vold::BuildDataMiscDePath("", user_id); in fscrypt_prepare_user_storage()
1086 auto misc_de_path = android::vold::BuildDataMiscDePath(volume_uuid, user_id); in fscrypt_destroy_user_storage()
1099 auto misc_de_empty_volume_path = android::vold::BuildDataMiscDePath("", user_id); in fscrypt_destroy_user_storage()
DUtils.h160 std::string BuildDataMiscDePath(const std::string& volumeUuid, userid_t userid);
DUtils.cpp1203 std::string BuildDataMiscDePath(const std::string& volumeUuid, userid_t userId) { in BuildDataMiscDePath() function