Home
last modified time | relevance | path

Searched refs:BuildDataMiscLegacyPath (Results 1 – 3 of 3) sorted by relevance

/system/vold/
DUtils.h102 std::string BuildDataMiscLegacyPath(userid_t userid);
DExt4Crypt.cpp687 auto misc_legacy_path = android::vold::BuildDataMiscLegacyPath(user_id); in e4crypt_prepare_user_storage()
758 auto misc_legacy_path = android::vold::BuildDataMiscLegacyPath(user_id); in e4crypt_destroy_user_storage()
DUtils.cpp575 std::string BuildDataMiscLegacyPath(userid_t userId) { in BuildDataMiscLegacyPath() function