Searched refs:BuildDataVendorCePath (Results 1 – 4 of 4) sorted by relevance
156 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()
121 std::string BuildDataVendorCePath(userid_t userid);
705 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()
707 std::string BuildDataVendorCePath(userid_t userId) { in BuildDataVendorCePath() function