Home
last modified time | relevance | path

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

/system/vold/
Dvold_prepare_subdirs.cpp156 auto vendor_ce_path = android::vold::BuildDataVendorCePath(user_id); in prepare_subdirs()
173 auto vendor_ce_path = android::vold::BuildDataVendorCePath(user_id); in destroy_subdirs()
DUtils.h121 std::string BuildDataVendorCePath(userid_t userid);
DFsCrypt.cpp705 auto vendor_ce_path = android::vold::BuildDataVendorCePath(user_id); in fscrypt_prepare_user_storage()
758 auto vendor_ce_path = android::vold::BuildDataVendorCePath(user_id); in fscrypt_destroy_user_storage()
DUtils.cpp707 std::string BuildDataVendorCePath(userid_t userId) { in BuildDataVendorCePath() function