Home
last modified time | relevance | path

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

/system/vold/
Dvold_prepare_subdirs.cpp153 auto misc_de_path = android::vold::BuildDataMiscDePath(user_id); in prepare_subdirs()
208 auto misc_de_path = android::vold::BuildDataMiscDePath(user_id); in destroy_subdirs()
DUtils.h119 std::string BuildDataMiscDePath(userid_t userid);
DFsCrypt.cpp813 auto misc_de_path = android::vold::BuildDataMiscDePath(user_id); in fscrypt_prepare_user_storage()
926 auto misc_de_path = android::vold::BuildDataMiscDePath(user_id); in fscrypt_destroy_user_storage()
DUtils.cpp700 std::string BuildDataMiscDePath(userid_t userId) { in BuildDataMiscDePath() function