Home
last modified time | relevance | path

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

/system/vold/
DUtils.h104 std::string BuildDataMiscDePath(userid_t userid);
DExt4Crypt.cpp695 auto misc_de_path = android::vold::BuildDataMiscDePath(user_id); in e4crypt_prepare_user_storage()
760 auto misc_de_path = android::vold::BuildDataMiscDePath(user_id); in e4crypt_destroy_user_storage()
DUtils.cpp583 std::string BuildDataMiscDePath(userid_t userId) { in BuildDataMiscDePath() function