Home
last modified time | relevance | path

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

/system/vold/
Dvold_prepare_subdirs.cpp161 auto vendor_de_path = android::vold::BuildDataVendorDePath(user_id); in prepare_subdirs()
211 auto vendor_de_path = android::vold::BuildDataVendorDePath(user_id); in destroy_subdirs()
DUtils.h122 std::string BuildDataVendorDePath(userid_t userid);
DFsCrypt.cpp814 auto vendor_de_path = android::vold::BuildDataVendorDePath(user_id); in fscrypt_prepare_user_storage()
927 auto vendor_de_path = android::vold::BuildDataVendorDePath(user_id); in fscrypt_destroy_user_storage()
DUtils.cpp713 std::string BuildDataVendorDePath(userid_t userId) { in BuildDataVendorDePath() function