Home
last modified time | relevance | path

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

/system/vold/
Dvold_prepare_subdirs.cpp224 auto vendor_ce_path = android::vold::BuildDataVendorCePath(user_id); in prepare_subdirs()
241 auto vendor_ce_path = android::vold::BuildDataVendorCePath(user_id); in destroy_subdirs()
DUtils.h150 std::string BuildDataVendorCePath(userid_t userid);
DFsCrypt.cpp850 auto vendor_ce_path = android::vold::BuildDataVendorCePath(user_id); in fscrypt_prepare_user_storage()
910 auto vendor_ce_path = android::vold::BuildDataVendorCePath(user_id); in fscrypt_destroy_user_storage()
DUtils.cpp1084 std::string BuildDataVendorCePath(userid_t userId) { in BuildDataVendorCePath() function