Searched refs:BuildDataVendorCePath (Results 1 – 4 of 4) sorted by relevance
224 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()
150 std::string BuildDataVendorCePath(userid_t userid);
850 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()
1084 std::string BuildDataVendorCePath(userid_t userId) { in BuildDataVendorCePath() function