Home
last modified time | relevance | path

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

/system/vold/
DUtils.h106 std::string BuildDataProfilesForeignDexDePath(userid_t userid);
DExt4Crypt.cpp691 auto foreign_de_path = android::vold::BuildDataProfilesForeignDexDePath(user_id); in e4crypt_prepare_user_storage()
756 auto foreign_de_path = android::vold::BuildDataProfilesForeignDexDePath(user_id); in e4crypt_destroy_user_storage()
DUtils.cpp592 std::string BuildDataProfilesForeignDexDePath(userid_t userId) { in BuildDataProfilesForeignDexDePath() function