Home
last modified time | relevance | path

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

/system/vold/
Dvold_prepare_subdirs.cpp190 auto vendor_de_path = android::vold::BuildDataVendorDePath(user_id); in prepare_subdirs()
248 auto vendor_de_path = android::vold::BuildDataVendorDePath(user_id); in destroy_subdirs()
DUtils.h151 std::string BuildDataVendorDePath(userid_t userid);
DFsCrypt.cpp814 auto vendor_de_path = android::vold::BuildDataVendorDePath(user_id); in fscrypt_prepare_user_storage()
936 auto vendor_de_path = android::vold::BuildDataVendorDePath(user_id); in fscrypt_destroy_user_storage()
DUtils.cpp1088 std::string BuildDataVendorDePath(userid_t userId) { in BuildDataVendorDePath() function